COLOR #95CA75

HEX: #95CA75
RGB: (149,202,117)

Color info

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

RGB color model

#95CA75 color RGB value is (149,202,117).

  • red value is 149;
  • green value is 202;
  • blue value is 117.
RGB:
(149,202,117)
(58%,79%,46%)

RGB channels and saturation

R 149 of 255 = 58%
G 202 of 255 = 79%
B 117 of 255 = 46%

149
202
117

R + G + B ~ 61%. #95CA75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 202 + 117 = 468 (100%)
R 149 of 468 ~ 31.84%
G 202 of 468 ~ 43.16%
B 117 of 468 ~ 25%

%31.84
%43.16
%25

CMYK color model

#95CA75 color CMYK value is (26,0,42,21).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 20.78%
CMYK:
(26,0,42,21)
C26M0Y42K21 
(26%,0%,42%,21%)
(0.26/0.00/0.42/0.21)	

CMYK percentages

%26.24
%0
%42.08
%20.78

Codes

Color #95CA75 in popluar color models

95CA75
RGB149202117
HSL97°44.50%62.55%
HSB/HSV97°42.08%79.22%
CMYK26.24%0.00%42.08%
20.78%

Color #95CA75 in popluar number systems.

HEX95CA75
Decimal149202117
Binary10010101110010101110101
Octal225312165

Shades and tints

Shades of #95CA75

#95CA75
(149,202,117)
#88B86B
(136,184,107)
#7BA661
(123,166,97)
#6E9457
(110,148,87)
#61824D
(97,130,77)
#547043
(84,112,67)
#475E39
(71,94,57)
#3A4C2F
(58,76,47)
#2D3A25
(45,58,37)
#20281B
(32,40,27)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #95CA75

#95CA75
(149,202,117)
#9ECE81
(158,206,129)
#A7D28D
(167,210,141)
#B0D699
(176,214,153)
#B9DAA5
(185,218,165)
#C2DEB1
(194,222,177)
#CBE2BD
(203,226,189)
#D4E6C9
(212,230,201)
#DDEAD5
(221,234,213)
#E6EEE1
(230,238,225)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CA75 color. Also use rgb(149,202,117) instead hex code.

Text Font Color

.myTextColor { color: #95CA75; }

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

This text font color is #95CA75.


Background Color

.myBgColor { background-color: #95CA75; }

<div style="background-color:#95CA75">Inner text</div>

This div background color is #95CA75.


Border color

.myBorderColor { border: 1px solid #95CA75; }

<div style="border:3px solid #95CA75">Div</div>

This div border color is #95CA75.


Opacity

.myOpacity80 { color: #95CA75; opacity: 0.8; }

<p style="color:#95CA75;opacity:0.8;">80%</p>

Text with #95CA75 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 #95CA75;}

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

This text has shadow with #95CA75 color.

.textShadow {text-shadow: 3px 3px 1px #95CA75, 3px 3px 1px red;}

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

This text has shadow with #95CA75 primary color and red secondary color.


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

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

This text has shadow with #95CA75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CA75 on black background.


Color preview on white background

This text has color #95CA75 on white background.



Black color preview on #95CA75 background

This text has black color on #95CA75 background.


White color preview on #95CA75 background

This text has white color on #95CA75 background.