COLOR #99CF85

HEX: #99CF85 RGB: (153,207,133)

Color info

#99CF85 contains mainly red and green colors. Web safe color of #99CF85 is #99CC99 (or #9C9).

RGB color model

#99CF85 color RGB value is (153,207,133).

RGB: (153,207,133) (60%, 81%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 207 of 255 = 81%
B 133 of 255 = 52%

153
207
133

R + G + B ~ 64%. #99CF85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 207 + 133 = 493 (100%)
R 153 of 493 ~ 31.03%
G 207 of 493 ~ 41.99%
B 133 of 493 ~ 26.98'%

%31.03
%41.99
%26.98

CMYK color model

#99CF85 color CMYK value is (26,0,36,19).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 18.82%

CMYK: (26,0,36,19)
C26M0Y36K19 (26%, 0%, 36%, 19%)
(0.26 / 0.00 / 0.36 / 0.19)

CMYK percentages

%26.09
%0
%35.75
%18.82

Codes

Color #99CF85 in popluar color models

99 CF 85
RGB 153 207 133
HSL 104° 43.53% 66.67%
HSB/HSV 104° 35.75% 81.18%
CMYK 26.09% 0.00% 35.75%
18.82%

Color #99CF85 in popluar number systems.

HEX 99 CF 85
Decimal 153 207 133
Binary 10011001 11001111 10000101
Octal 231 317 205

Shades and tints

Shades of #99CF85

#99CF85
(153,207,133)
#8CBD79
(140,189,121)
#7FAB6D
(127,171,109)
#729961
(114,153,97)
#658755
(101,135,85)
#587549
(88,117,73)
#4B633D
(75,99,61)
#3E5131
(62,81,49)
#313F25
(49,63,37)
#242D19
(36,45,25)
#171B0D
(23,27,13)
#000000
(0,0,0)

Tints of #99CF85

#99CF85
(153,207,133)
#A2D390
(162,211,144)
#ABD79B
(171,215,155)
#B4DBA6
(180,219,166)
#BDDFB1
(189,223,177)
#C6E3BC
(198,227,188)
#CFE7C7
(207,231,199)
#D8EBD2
(216,235,210)
#E1EFDD
(225,239,221)
#EAF3E8
(234,243,232)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CF85 color. Also use rgb(153,207,133) instead hex code.

Text Font Color

.myTextColor { color: #99CF85; }

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

This text font color is #99CF85.

Background Color

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

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

This div background color is #99CF85.

Border color

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

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

This div border color is #99CF85.

Opacity

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

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

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

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

This text has shadow with #99CF85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CF85.

Preview

Color preview on black background

This text has color #99CF85 on black background.


Color preview on white background

This text has color #99CF85 on white background.


Black color preview on #99CF85 background

This text has black color on #99CF85 background.


White color preview on #99CF85 background

This text has white color on #99CF85 background.


Related colors

Complementary color

Complementary color for #hex is #66307A.


I love getcolorcode.com

Triadic colors

1 #8599CF and #CF8599 with #99CF85 are triadic colors.

2 #85CF99 and #CF9985 with #99CF85 are triadic colors.