COLOR #99DD79

HEX: #99DD79
RGB: (153,221,121)

Color info

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

RGB color model

#99DD79 color RGB value is (153,221,121).

  • red value is 153;
  • green value is 221;
  • blue value is 121.
RGB:
(153,221,121)
(60%,87%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 121 of 255 = 47%

153
221
121

R + G + B ~ 65%. #99DD79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 221 + 121 = 495 (100%)
R 153 of 495 ~ 30.91%
G 221 of 495 ~ 44.65%
B 121 of 495 ~ 24.44%

%30.91
%44.65
%24.44

CMYK color model

#99DD79 color CMYK value is (31,0,45,13).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 45.25%
  • key color value is 13.33%
CMYK:
(31,0,45,13)
C31M0Y45K13 
(31%,0%,45%,13%)
(0.31/0.00/0.45/0.13)	

CMYK percentages

%30.77
%0
%45.25
%13.33

Codes

Color #99DD79 in popluar color models

99DD79
RGB153221121
HSL101°59.52%67.06%
HSB/HSV101°45.25%86.67%
CMYK30.77%0.00%45.25%
13.33%

Color #99DD79 in popluar number systems.

HEX99DD79
Decimal153221121
Binary10011001110111011111001
Octal231335171

Shades and tints

Shades of #99DD79

#99DD79
(153,221,121)
#8CC96E
(140,201,110)
#7FB563
(127,181,99)
#72A158
(114,161,88)
#658D4D
(101,141,77)
#587942
(88,121,66)
#4B6537
(75,101,55)
#3E512C
(62,81,44)
#313D21
(49,61,33)
#242916
(36,41,22)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #99DD79

#99DD79
(153,221,121)
#A2E085
(162,224,133)
#ABE391
(171,227,145)
#B4E69D
(180,230,157)
#BDE9A9
(189,233,169)
#C6ECB5
(198,236,181)
#CFEFC1
(207,239,193)
#D8F2CD
(216,242,205)
#E1F5D9
(225,245,217)
#EAF8E5
(234,248,229)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99DD79 color. Also use rgb(153,221,121) instead hex code.

Text Font Color

.myTextColor { color: #99DD79; }

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

This text font color is #99DD79.


Background Color

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

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

This div background color is #99DD79.


Border color

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

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

This div border color is #99DD79.


Opacity

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

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

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

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

This text has shadow with #99DD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DD79 on black background.


Color preview on white background

This text has color #99DD79 on white background.



Black color preview on #99DD79 background

This text has black color on #99DD79 background.


White color preview on #99DD79 background

This text has white color on #99DD79 background.