COLOR #99D453

HEX: #99D453
RGB: (153,212,83)

Color info

#99D453 contains mainly red and green colors. Web safe color of #99D453 is #99CC66 (or #9C6).

RGB color model

#99D453 color RGB value is (153,212,83).

  • red value is 153;
  • green value is 212;
  • blue value is 83.
RGB:
(153,212,83)
(60%,83%,33%)

RGB channels and saturation

R 153 of 255 = 60%
G 212 of 255 = 83%
B 83 of 255 = 33%

153
212
83

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

Portions of RGB colors in percentages

R + G + B =
153 + 212 + 83 = 448 (100%)
R 153 of 448 ~ 34.15%
G 212 of 448 ~ 47.32%
B 83 of 448 ~ 18.53%

%34.15
%47.32
%18.53

CMYK color model

#99D453 color CMYK value is (28,0,61,17).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 60.85%
  • key color value is 16.86%
CMYK:
(28,0,61,17)
C28M0Y61K17 
(28%,0%,61%,17%)
(0.28/0.00/0.61/0.17)	

CMYK percentages

%27.83
%0
%60.85
%16.86

Codes

Color #99D453 in popluar color models

99D453
RGB15321283
HSL87°60.00%57.84%
HSB/HSV87°60.85%83.14%
CMYK27.83%0.00%60.85%
16.86%

Color #99D453 in popluar number systems.

HEX99D453
Decimal15321283
Binary10011001110101001010011
Octal231324123

Shades and tints

Shades of #99D453

#99D453
(153,212,83)
#8CC14C
(140,193,76)
#7FAE45
(127,174,69)
#729B3E
(114,155,62)
#658837
(101,136,55)
#587530
(88,117,48)
#4B6229
(75,98,41)
#3E4F22
(62,79,34)
#313C1B
(49,60,27)
#242914
(36,41,20)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #99D453

#99D453
(153,212,83)
#A2D762
(162,215,98)
#ABDA71
(171,218,113)
#B4DD80
(180,221,128)
#BDE08F
(189,224,143)
#C6E39E
(198,227,158)
#CFE6AD
(207,230,173)
#D8E9BC
(216,233,188)
#E1ECCB
(225,236,203)
#EAEFDA
(234,239,218)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D453 color. Also use rgb(153,212,83) instead hex code.

Text Font Color

.myTextColor { color: #99D453; }

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

This text font color is #99D453.


Background Color

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

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

This div background color is #99D453.


Border color

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

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

This div border color is #99D453.


Opacity

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

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

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

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

This text has shadow with #99D453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D453 on black background.


Color preview on white background

This text has color #99D453 on white background.



Black color preview on #99D453 background

This text has black color on #99D453 background.


White color preview on #99D453 background

This text has white color on #99D453 background.