COLOR #99C351

HEX: #99C351 RGB: (153,195,81)

Color info

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

RGB color model

#99C351 color RGB value is (153,195,81).

RGB: (153,195,81) (60%, 76%, 32%)

RGB channels and saturation

R 153 of 255 = 60%
G 195 of 255 = 76%
B 81 of 255 = 32%

153
195
81

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

Portions of RGB colors in percentages

R + G + B = 153 + 195 + 81 = 429 (100%)
R 153 of 429 ~ 35.66%
G 195 of 429 ~ 45.45%
B 81 of 429 ~ 18.88'%

%35.66
%45.45
%18.88

CMYK color model

#99C351 color CMYK value is (22,0,58,24).

  • cyan value is 21.54%
  • magenta value is 0.00%
  • yellow value is 58.46%
  • key color value is 23.53%
CMYK: (22,0,58,24) C22M0Y58K24 (22%,0%,58%,24%) (0.22/0.00/0.58/0.24) 

CMYK percentages

%21.54
%0
%58.46
%23.53

Codes

Color #99C351 in popluar color models

99 C3 51
RGB 153 195 81
HSL 82° 48.72% 54.12%
HSB/HSV 82° 58.46% 76.47%
CMYK 21.54% 0.00% 58.46%
23.53%

Color #99C351 in popluar number systems.

HEX 99 C3 51
Decimal 153 195 81
Binary 10011001 11000011 1010001
Octal 231 303 121

Shades and tints

Shades of #99C351

#99C351
(153,195,81)
#8CB24A
(140,178,74)
#7FA143
(127,161,67)
#72903C
(114,144,60)
#657F35
(101,127,53)
#586E2E
(88,110,46)
#4B5D27
(75,93,39)
#3E4C20
(62,76,32)
#313B19
(49,59,25)
#242A12
(36,42,18)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #99C351

#99C351
(153,195,81)
#A2C860
(162,200,96)
#ABCD6F
(171,205,111)
#B4D27E
(180,210,126)
#BDD78D
(189,215,141)
#C6DC9C
(198,220,156)
#CFE1AB
(207,225,171)
#D8E6BA
(216,230,186)
#E1EBC9
(225,235,201)
#EAF0D8
(234,240,216)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C351 color. Also use rgb(153,195,81) instead hex code.

Text Font Color

.myTextColor { color: #99C351; }

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

This text font color is #99C351.

Background Color

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

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

This div background color is #99C351.

Border color

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

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

This div border color is #99C351.

Opacity

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

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

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

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

This text has shadow with #99C351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C351.

Preview

Color preview on black background

This text has color #99C351 on black background.


Color preview on white background

This text has color #99C351 on white background.


Black color preview on #99C351 background

This text has black color on #99C351 background.


White color preview on #99C351 background

This text has white color on #99C351 background.


Related colors

Complementary color

Complementary color for #hex is #663CAE.


I love getcolorcode.com

Triadic colors

1 #5199C3 and #C35199 with #99C351 are triadic colors.

2 #51C399 and #C39951 with #99C351 are triadic colors.