COLOR #63C16B

HEX: #63C16B
RGB: (99,193,107)

Renk bilgisi

#63C16B contains mainly green color. #63C16B ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63C16B color RGB value is (99,193,107).

  • kırmız ton 99;
  • yeşil ton 193;
  • mavi ton 107.
RGB:
(99,193,107)
(39%,76%,42%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 193 of 255 = 76%
B 107 of 255 = 42%

99
193
107

R + G + B ~ 52%. #63C16B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 193 + 107 = 399 (100%)
R 99 of 399 ~ 24.81%
G 193 of 399 ~ 48.37%
B 107 of 399 ~ 26.82%

%24.81
%48.37
%26.82

CMYK RENK MODELİ

#63C16B rengi CMYK tonu (49,0,45,24).

  • camgöbeği tonu 48.70%
  • eflatun tonu 0.00%
  • sarı tonu 44.56%
  • ana renk tonu 24.31%
CMYK:
(49,0,45,24)
C49M0Y45K24 
(49%,0%,45%,24%)
(0.49/0.00/0.45/0.24)	

CMYK yüzdeleri

%48.7
%0
%44.56
%24.31

Codes

Color #63C16B in popluar color models

63C16B
RGB99193107
HSL125°43.12%57.25%
HSB/HSV125°48.70%75.69%
CMYK48.70%0.00%44.56%
24.31%

Color #63C16B in popluar number systems.

HEX63C16B
Decimal99193107
Binary1100011110000011101011
Octal143301153

Shades and tints

Shades of #63C16B

#63C16B
(99,193,107)
#5AB062
(90,176,98)
#519F59
(81,159,89)
#488E50
(72,142,80)
#3F7D47
(63,125,71)
#366C3E
(54,108,62)
#2D5B35
(45,91,53)
#244A2C
(36,74,44)
#1B3923
(27,57,35)
#12281A
(18,40,26)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #63C16B

#63C16B
(99,193,107)
#71C678
(113,198,120)
#7FCB85
(127,203,133)
#8DD092
(141,208,146)
#9BD59F
(155,213,159)
#A9DAAC
(169,218,172)
#B7DFB9
(183,223,185)
#C5E4C6
(197,228,198)
#D3E9D3
(211,233,211)
#E1EEE0
(225,238,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C16B color. Also use rgb(99,193,107) instead hex code.

Text Font Color

.myTextColor { color: #63C16B; }

<p style="color:#63C16B">This sample text font color is #63C16B.</p>

This text font color is #63C16B.


Background Color

.myBgColor { background-color: #63C16B; }

<div style="background-color:#63C16B">Inner text</div>

This div background color is #63C16B.


Border color

.myBorderColor { border: 1px solid #63C16B; }

<div style="border:3px solid #63C16B">Div</div>

This div border color is #63C16B.


Opacity

.myOpacity80 { color: #63C16B; opacity: 0.8; }

<p style="color:#63C16B;opacity:0.8;">80%</p>

Text with #63C16B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63C16B;}

<p style="text-shadow: 3px 3px 1px #63C16B">Text here.</p>

This text has shadow with #63C16B color.

.textShadow {text-shadow: 3px 3px 1px #63C16B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63C16B, 5px 5px 20px red">Text here.</p>

This text has shadow with #63C16B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63C16B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63C16B, Direction=45, Strength=4)">Text</p>

This text has shadow with #63C16B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63C16B;
  -webkit-box-shadow:	1px 1px 3px 2px #63C16B;
  box-shadow:		1px 1px 3px 2px #63C16B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63C16B;
-webkit-box-shadow: 1px 1px 3px 2px #63C16B;
box-shadow:1px 1px 3px 2px #63C16B;">
Div content here</div>
This div box has shadow with color #63C16B.

Preview

Color preview on black background

This text has color #63C16B on black background.


Color preview on white background

This text has color #63C16B on white background.



Black color preview on #63C16B background

This text has black color on #63C16B background.


White color preview on #63C16B background

This text has white color on #63C16B background.