COLOR #95CA78

HEX: #95CA78 RGB: (149,202,120)

Color info

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

RGB color model

#95CA78 color RGB value is (149,202,120).

RGB: (149,202,120) (58%, 79%, 47%)

RGB channels and saturation

R 149 of 255 = 58%
G 202 of 255 = 79%
B 120 of 255 = 47%

149
202
120

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

Portions of RGB colors in percentages

R + G + B = 149 + 202 + 120 = 471 (100%)
R 149 of 471 ~ 31.63%
G 202 of 471 ~ 42.89%
B 120 of 471 ~ 25.48'%

%31.63
%42.89
%25.48

CMYK color model

#95CA78 color CMYK value is (26,0,41,21).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 40.59%
  • key color value is 20.78%

CMYK: (26,0,41,21)
C26M0Y41K21 (26%, 0%, 41%, 21%)
(0.26 / 0.00 / 0.41 / 0.21)

CMYK percentages

%26.24
%0
%40.59
%20.78

Codes

Color #95CA78 in popluar color models

95 CA 78
RGB 149 202 120
HSL 99° 43.62% 63.14%
HSB/HSV 99° 40.59% 79.22%
CMYK 26.24% 0.00% 40.59%
20.78%

Color #95CA78 in popluar number systems.

HEX 95 CA 78
Decimal 149 202 120
Binary 10010101 11001010 1111000
Octal 225 312 170

Shades and tints

Shades of #95CA78

#95CA78
(149,202,120)
#88B86E
(136,184,110)
#7BA664
(123,166,100)
#6E945A
(110,148,90)
#618250
(97,130,80)
#547046
(84,112,70)
#475E3C
(71,94,60)
#3A4C32
(58,76,50)
#2D3A28
(45,58,40)
#20281E
(32,40,30)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #95CA78

#95CA78
(149,202,120)
#9ECE84
(158,206,132)
#A7D290
(167,210,144)
#B0D69C
(176,214,156)
#B9DAA8
(185,218,168)
#C2DEB4
(194,222,180)
#CBE2C0
(203,226,192)
#D4E6CC
(212,230,204)
#DDEAD8
(221,234,216)
#E6EEE4
(230,238,228)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CA78; }

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

This text font color is #95CA78.

Background Color

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

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

This div background color is #95CA78.

Border color

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

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

This div border color is #95CA78.

Opacity

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

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

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

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

This text has shadow with #95CA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CA78.

Preview

Color preview on black background

This text has color #95CA78 on black background.


Color preview on white background

This text has color #95CA78 on white background.


Black color preview on #95CA78 background

This text has black color on #95CA78 background.


White color preview on #95CA78 background

This text has white color on #95CA78 background.


Related colors

Complementary color

Complementary color for #hex is #6A3587.


I love getcolorcode.com

Triadic colors

1 #7895CA and #CA7895 with #95CA78 are triadic colors.

2 #78CA95 and #CA9578 with #95CA78 are triadic colors.