COLOR #99D874

HEX: #99D874 RGB: (153,216,116)

Color info

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

RGB color model

#99D874 color RGB value is (153,216,116).

RGB: (153,216,116) (60%, 85%, 45%)

RGB channels and saturation

R 153 of 255 = 60%
G 216 of 255 = 85%
B 116 of 255 = 45%

153
216
116

R + G + B ~ 63%. #99D874 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 216 + 116 = 485 (100%)
R 153 of 485 ~ 31.55%
G 216 of 485 ~ 44.54%
B 116 of 485 ~ 23.92'%

%31.55
%44.54
%23.92

CMYK color model

#99D874 color CMYK value is (29,0,46,15).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 15.29%

CMYK: (29,0,46,15)
C29M0Y46K15 (29%, 0%, 46%, 15%)
(0.29 / 0.00 / 0.46 / 0.15)

CMYK percentages

%29.17
%0
%46.3
%15.29

Codes

Color #99D874 in popluar color models

99 D8 74
RGB 153 216 116
HSL 98° 56.18% 65.10%
HSB/HSV 98° 46.30% 84.71%
CMYK 29.17% 0.00% 46.30%
15.29%

Color #99D874 in popluar number systems.

HEX 99 D8 74
Decimal 153 216 116
Binary 10011001 11011000 1110100
Octal 231 330 164

Shades and tints

Shades of #99D874

#99D874
(153,216,116)
#8CC56A
(140,197,106)
#7FB260
(127,178,96)
#729F56
(114,159,86)
#658C4C
(101,140,76)
#587942
(88,121,66)
#4B6638
(75,102,56)
#3E532E
(62,83,46)
#314024
(49,64,36)
#242D1A
(36,45,26)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #99D874

#99D874
(153,216,116)
#A2DB80
(162,219,128)
#ABDE8C
(171,222,140)
#B4E198
(180,225,152)
#BDE4A4
(189,228,164)
#C6E7B0
(198,231,176)
#CFEABC
(207,234,188)
#D8EDC8
(216,237,200)
#E1F0D4
(225,240,212)
#EAF3E0
(234,243,224)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D874 color. Also use rgb(153,216,116) instead hex code.

Text Font Color

.myTextColor { color: #99D874; }

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

This text font color is #99D874.

Background Color

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

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

This div background color is #99D874.

Border color

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

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

This div border color is #99D874.

Opacity

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

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

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

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

This text has shadow with #99D874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D874.

Preview

Color preview on black background

This text has color #99D874 on black background.


Color preview on white background

This text has color #99D874 on white background.


Black color preview on #99D874 background

This text has black color on #99D874 background.


White color preview on #99D874 background

This text has white color on #99D874 background.


Related colors

Complementary color

Complementary color for #hex is #66278B.


I love getcolorcode.com

Triadic colors

1 #7499D8 and #D87499 with #99D874 are triadic colors.

2 #74D899 and #D89974 with #99D874 are triadic colors.