COLOR #99DD54

HEX: #99DD54
RGB: (153,221,84)

Color info

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

RGB color model

#99DD54 color RGB value is (153,221,84).

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

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 84 of 255 = 33%

153
221
84

R + G + B ~ 60%. #99DD54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 221 + 84 = 458 (100%)
R 153 of 458 ~ 33.41%
G 221 of 458 ~ 48.25%
B 84 of 458 ~ 18.34%

%33.41
%48.25
%18.34

CMYK color model

#99DD54 color CMYK value is (31,0,62,13).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 61.99%
  • key color value is 13.33%
CMYK:
(31,0,62,13)
C31M0Y62K13 
(31%,0%,62%,13%)
(0.31/0.00/0.62/0.13)	

CMYK percentages

%30.77
%0
%61.99
%13.33

Codes

Color #99DD54 in popluar color models

99DD54
RGB15322184
HSL90°66.83%59.80%
HSB/HSV90°61.99%86.67%
CMYK30.77%0.00%61.99%
13.33%

Color #99DD54 in popluar number systems.

HEX99DD54
Decimal15322184
Binary10011001110111011010100
Octal231335124

Shades and tints

Shades of #99DD54

#99DD54
(153,221,84)
#8CC94D
(140,201,77)
#7FB546
(127,181,70)
#72A13F
(114,161,63)
#658D38
(101,141,56)
#587931
(88,121,49)
#4B652A
(75,101,42)
#3E5123
(62,81,35)
#313D1C
(49,61,28)
#242915
(36,41,21)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #99DD54

#99DD54
(153,221,84)
#A2E063
(162,224,99)
#ABE372
(171,227,114)
#B4E681
(180,230,129)
#BDE990
(189,233,144)
#C6EC9F
(198,236,159)
#CFEFAE
(207,239,174)
#D8F2BD
(216,242,189)
#E1F5CC
(225,245,204)
#EAF8DB
(234,248,219)
#F3FBEA
(243,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DD54; }

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

This text font color is #99DD54.


Background Color

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

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

This div background color is #99DD54.


Border color

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

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

This div border color is #99DD54.


Opacity

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

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

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

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

This text has shadow with #99DD54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DD54 on black background.


Color preview on white background

This text has color #99DD54 on white background.



Black color preview on #99DD54 background

This text has black color on #99DD54 background.


White color preview on #99DD54 background

This text has white color on #99DD54 background.