COLOR #95CB54

HEX: #95CB54
RGB: (149,203,84)

Color info

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

RGB color model

#95CB54 color RGB value is (149,203,84).

  • red value is 149;
  • green value is 203;
  • blue value is 84.
RGB:
(149,203,84)
(58%,80%,33%)

RGB channels and saturation

R 149 of 255 = 58%
G 203 of 255 = 80%
B 84 of 255 = 33%

149
203
84

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

Portions of RGB colors in percentages

R + G + B =
149 + 203 + 84 = 436 (100%)
R 149 of 436 ~ 34.17%
G 203 of 436 ~ 46.56%
B 84 of 436 ~ 19.27%

%34.17
%46.56
%19.27

CMYK color model

#95CB54 color CMYK value is (27,0,59,20).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 20.39%
CMYK:
(27,0,59,20)
C27M0Y59K20 
(27%,0%,59%,20%)
(0.27/0.00/0.59/0.20)	

CMYK percentages

%26.6
%0
%58.62
%20.39

Codes

Color #95CB54 in popluar color models

95CB54
RGB14920384
HSL87°53.36%56.27%
HSB/HSV87°58.62%79.61%
CMYK26.60%0.00%58.62%
20.39%

Color #95CB54 in popluar number systems.

HEX95CB54
Decimal14920384
Binary10010101110010111010100
Octal225313124

Shades and tints

Shades of #95CB54

#95CB54
(149,203,84)
#88B94D
(136,185,77)
#7BA746
(123,167,70)
#6E953F
(110,149,63)
#618338
(97,131,56)
#547131
(84,113,49)
#475F2A
(71,95,42)
#3A4D23
(58,77,35)
#2D3B1C
(45,59,28)
#202915
(32,41,21)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #95CB54

#95CB54
(149,203,84)
#9ECF63
(158,207,99)
#A7D372
(167,211,114)
#B0D781
(176,215,129)
#B9DB90
(185,219,144)
#C2DF9F
(194,223,159)
#CBE3AE
(203,227,174)
#D4E7BD
(212,231,189)
#DDEBCC
(221,235,204)
#E6EFDB
(230,239,219)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CB54 color. Also use rgb(149,203,84) instead hex code.

Text Font Color

.myTextColor { color: #95CB54; }

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

This text font color is #95CB54.


Background Color

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

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

This div background color is #95CB54.


Border color

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

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

This div border color is #95CB54.


Opacity

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

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

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

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

This text has shadow with #95CB54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CB54 on black background.


Color preview on white background

This text has color #95CB54 on white background.



Black color preview on #95CB54 background

This text has black color on #95CB54 background.


White color preview on #95CB54 background

This text has white color on #95CB54 background.