COLOR #99D795

HEX: #99D795 RGB: (153,215,149)

Color info

#99D795 contains mainly green color. Web safe color of #99D795 is #99CC99 (or #9C9).

RGB color model

#99D795 color RGB value is (153,215,149).

RGB: (153,215,149) (60%, 84%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 215 of 255 = 84%
B 149 of 255 = 58%

153
215
149

R + G + B ~ 67%. #99D795 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 215 + 149 = 517 (100%)
R 153 of 517 ~ 29.59%
G 215 of 517 ~ 41.59%
B 149 of 517 ~ 28.82'%

%29.59
%41.59
%28.82

CMYK color model

#99D795 color CMYK value is (29,0,31,16).

  • cyan value is 28.84%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 15.69%

CMYK: (29,0,31,16)
C29M0Y31K16 (29%, 0%, 31%, 16%)
(0.29 / 0.00 / 0.31 / 0.16)

CMYK percentages

%28.84
%0
%30.7
%15.69

Codes

Color #99D795 in popluar color models

99 D7 95
RGB 153 215 149
HSL 116° 45.21% 71.37%
HSB/HSV 116° 30.70% 84.31%
CMYK 28.84% 0.00% 30.70%
15.69%

Color #99D795 in popluar number systems.

HEX 99 D7 95
Decimal 153 215 149
Binary 10011001 11010111 10010101
Octal 231 327 225

Shades and tints

Shades of #99D795

#99D795
(153,215,149)
#8CC488
(140,196,136)
#7FB17B
(127,177,123)
#729E6E
(114,158,110)
#658B61
(101,139,97)
#587854
(88,120,84)
#4B6547
(75,101,71)
#3E523A
(62,82,58)
#313F2D
(49,63,45)
#242C20
(36,44,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #99D795

#99D795
(153,215,149)
#A2DA9E
(162,218,158)
#ABDDA7
(171,221,167)
#B4E0B0
(180,224,176)
#BDE3B9
(189,227,185)
#C6E6C2
(198,230,194)
#CFE9CB
(207,233,203)
#D8ECD4
(216,236,212)
#E1EFDD
(225,239,221)
#EAF2E6
(234,242,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D795 color. Also use rgb(153,215,149) instead hex code.

Text Font Color

.myTextColor { color: #99D795; }

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

This text font color is #99D795.

Background Color

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

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

This div background color is #99D795.

Border color

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

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

This div border color is #99D795.

Opacity

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

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

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

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

This text has shadow with #99D795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99D795.

Preview

Color preview on black background

This text has color #99D795 on black background.


Color preview on white background

This text has color #99D795 on white background.


Black color preview on #99D795 background

This text has black color on #99D795 background.


White color preview on #99D795 background

This text has white color on #99D795 background.


Related colors

Complementary color

Complementary color for #hex is #66286A.


I love getcolorcode.com

Triadic colors

1 #9599D7 and #D79599 with #99D795 are triadic colors.

2 #95D799 and #D79995 with #99D795 are triadic colors.