COLOR #95CC52

HEX: #95CC52
RGB: (149,204,82)

Color info

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

RGB color model

#95CC52 color RGB value is (149,204,82).

  • red value is 149;
  • green value is 204;
  • blue value is 82.
RGB:
(149,204,82)
(58%,80%,32%)

RGB channels and saturation

R 149 of 255 = 58%
G 204 of 255 = 80%
B 82 of 255 = 32%

149
204
82

R + G + B ~ 57%. #95CC52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 204 + 82 = 435 (100%)
R 149 of 435 ~ 34.25%
G 204 of 435 ~ 46.9%
B 82 of 435 ~ 18.85%

%34.25
%46.9
%18.85

CMYK color model

#95CC52 color CMYK value is (27,0,60,20).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 59.80%
  • key color value is 20.00%
CMYK:
(27,0,60,20)
C27M0Y60K20 
(27%,0%,60%,20%)
(0.27/0.00/0.60/0.20)	

CMYK percentages

%26.96
%0
%59.8
%20

Codes

Color #95CC52 in popluar color models

95CC52
RGB14920482
HSL87°54.46%56.08%
HSB/HSV87°59.80%80.00%
CMYK26.96%0.00%59.80%
20.00%

Color #95CC52 in popluar number systems.

HEX95CC52
Decimal14920482
Binary10010101110011001010010
Octal225314122

Shades and tints

Shades of #95CC52

#95CC52
(149,204,82)
#88BA4B
(136,186,75)
#7BA844
(123,168,68)
#6E963D
(110,150,61)
#618436
(97,132,54)
#54722F
(84,114,47)
#476028
(71,96,40)
#3A4E21
(58,78,33)
#2D3C1A
(45,60,26)
#202A13
(32,42,19)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #95CC52

#95CC52
(149,204,82)
#9ED061
(158,208,97)
#A7D470
(167,212,112)
#B0D87F
(176,216,127)
#B9DC8E
(185,220,142)
#C2E09D
(194,224,157)
#CBE4AC
(203,228,172)
#D4E8BB
(212,232,187)
#DDECCA
(221,236,202)
#E6F0D9
(230,240,217)
#EFF4E8
(239,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CC52 color. Also use rgb(149,204,82) instead hex code.

Text Font Color

.myTextColor { color: #95CC52; }

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

This text font color is #95CC52.


Background Color

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

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

This div background color is #95CC52.


Border color

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

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

This div border color is #95CC52.


Opacity

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

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

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

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

This text has shadow with #95CC52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CC52 on black background.


Color preview on white background

This text has color #95CC52 on white background.



Black color preview on #95CC52 background

This text has black color on #95CC52 background.


White color preview on #95CC52 background

This text has white color on #95CC52 background.