COLOR #99C771

HEX: #99C771
RGB: (153,199,113)

Color info

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

RGB color model

#99C771 color RGB value is (153,199,113).

  • red value is 153;
  • green value is 199;
  • blue value is 113.
RGB:
(153,199,113)
(60%,78%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 199 of 255 = 78%
B 113 of 255 = 44%

153
199
113

R + G + B ~ 61%. #99C771 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 199 + 113 = 465 (100%)
R 153 of 465 ~ 32.9%
G 199 of 465 ~ 42.8%
B 113 of 465 ~ 24.3%

%32.9
%42.8
%24.3

CMYK color model

#99C771 color CMYK value is (23,0,43,22).

  • cyan value is 23.12%
  • magenta value is 0.00%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK:
(23,0,43,22)
C23M0Y43K22 
(23%,0%,43%,22%)
(0.23/0.00/0.43/0.22)	

CMYK percentages

%23.12
%0
%43.22
%21.96

Codes

Color #99C771 in popluar color models

99C771
RGB153199113
HSL92°43.43%61.18%
HSB/HSV92°43.22%78.04%
CMYK23.12%0.00%43.22%
21.96%

Color #99C771 in popluar number systems.

HEX99C771
Decimal153199113
Binary10011001110001111110001
Octal231307161

Shades and tints

Shades of #99C771

#99C771
(153,199,113)
#8CB567
(140,181,103)
#7FA35D
(127,163,93)
#729153
(114,145,83)
#657F49
(101,127,73)
#586D3F
(88,109,63)
#4B5B35
(75,91,53)
#3E492B
(62,73,43)
#313721
(49,55,33)
#242517
(36,37,23)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #99C771

#99C771
(153,199,113)
#A2CC7D
(162,204,125)
#ABD189
(171,209,137)
#B4D695
(180,214,149)
#BDDBA1
(189,219,161)
#C6E0AD
(198,224,173)
#CFE5B9
(207,229,185)
#D8EAC5
(216,234,197)
#E1EFD1
(225,239,209)
#EAF4DD
(234,244,221)
#F3F9E9
(243,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C771 color. Also use rgb(153,199,113) instead hex code.

Text Font Color

.myTextColor { color: #99C771; }

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

This text font color is #99C771.


Background Color

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

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

This div background color is #99C771.


Border color

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

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

This div border color is #99C771.


Opacity

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

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

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

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

This text has shadow with #99C771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C771 on black background.


Color preview on white background

This text has color #99C771 on white background.



Black color preview on #99C771 background

This text has black color on #99C771 background.


White color preview on #99C771 background

This text has white color on #99C771 background.