COLOR #99D56B

HEX: #99D56B
RGB: (153,213,107)

Color info

#99D56B contains mainly green color. Web safe color of #99D56B is #99CC66 (or #9C6).

RGB color model

#99D56B color RGB value is (153,213,107).

  • red value is 153;
  • green value is 213;
  • blue value is 107.
RGB:
(153,213,107)
(60%,84%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 107 of 255 = 42%

153
213
107

R + G + B ~ 62%. #99D56B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 213 + 107 = 473 (100%)
R 153 of 473 ~ 32.35%
G 213 of 473 ~ 45.03%
B 107 of 473 ~ 22.62%

%32.35
%45.03
%22.62

CMYK color model

#99D56B color CMYK value is (28,0,50,16).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 49.77%
  • key color value is 16.47%
CMYK:
(28,0,50,16)
C28M0Y50K16 
(28%,0%,50%,16%)
(0.28/0.00/0.50/0.16)	

CMYK percentages

%28.17
%0
%49.77
%16.47

Codes

Color #99D56B in popluar color models

99D56B
RGB153213107
HSL94°55.79%62.75%
HSB/HSV94°49.77%83.53%
CMYK28.17%0.00%49.77%
16.47%

Color #99D56B in popluar number systems.

HEX99D56B
Decimal153213107
Binary10011001110101011101011
Octal231325153

Shades and tints

Shades of #99D56B

#99D56B
(153,213,107)
#8CC262
(140,194,98)
#7FAF59
(127,175,89)
#729C50
(114,156,80)
#658947
(101,137,71)
#58763E
(88,118,62)
#4B6335
(75,99,53)
#3E502C
(62,80,44)
#313D23
(49,61,35)
#242A1A
(36,42,26)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99D56B

#99D56B
(153,213,107)
#A2D878
(162,216,120)
#ABDB85
(171,219,133)
#B4DE92
(180,222,146)
#BDE19F
(189,225,159)
#C6E4AC
(198,228,172)
#CFE7B9
(207,231,185)
#D8EAC6
(216,234,198)
#E1EDD3
(225,237,211)
#EAF0E0
(234,240,224)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D56B color. Also use rgb(153,213,107) instead hex code.

Text Font Color

.myTextColor { color: #99D56B; }

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

This text font color is #99D56B.


Background Color

.myBgColor { background-color: #99D56B; }

<div style="background-color:#99D56B">Inner text</div>

This div background color is #99D56B.


Border color

.myBorderColor { border: 1px solid #99D56B; }

<div style="border:3px solid #99D56B">Div</div>

This div border color is #99D56B.


Opacity

.myOpacity80 { color: #99D56B; opacity: 0.8; }

<p style="color:#99D56B;opacity:0.8;">80%</p>

Text with #99D56B 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 #99D56B;}

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

This text has shadow with #99D56B color.

.textShadow {text-shadow: 3px 3px 1px #99D56B, 3px 3px 1px red;}

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

This text has shadow with #99D56B primary color and red secondary color.


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

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

This text has shadow with #99D56B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D56B on black background.


Color preview on white background

This text has color #99D56B on white background.



Black color preview on #99D56B background

This text has black color on #99D56B background.


White color preview on #99D56B background

This text has white color on #99D56B background.