COLOR #95D658

HEX: #95D658
RGB: (149,214,88)

Color info

#95D658 contains mainly green color. Web safe color of #95D658 is #99CC66 (or #9C6).

RGB color model

#95D658 color RGB value is (149,214,88).

  • red value is 149;
  • green value is 214;
  • blue value is 88.
RGB:
(149,214,88)
(58%,84%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 214 of 255 = 84%
B 88 of 255 = 35%

149
214
88

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

Portions of RGB colors in percentages

R + G + B =
149 + 214 + 88 = 451 (100%)
R 149 of 451 ~ 33.04%
G 214 of 451 ~ 47.45%
B 88 of 451 ~ 19.51%

%33.04
%47.45
%19.51

CMYK color model

#95D658 color CMYK value is (30,0,59,16).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 58.88%
  • key color value is 16.08%
CMYK:
(30,0,59,16)
C30M0Y59K16 
(30%,0%,59%,16%)
(0.30/0.00/0.59/0.16)	

CMYK percentages

%30.37
%0
%58.88
%16.08

Codes

Color #95D658 in popluar color models

95D658
RGB14921488
HSL91°60.58%59.22%
HSB/HSV91°58.88%83.92%
CMYK30.37%0.00%58.88%
16.08%

Color #95D658 in popluar number systems.

HEX95D658
Decimal14921488
Binary10010101110101101011000
Octal225326130

Shades and tints

Shades of #95D658

#95D658
(149,214,88)
#88C350
(136,195,80)
#7BB048
(123,176,72)
#6E9D40
(110,157,64)
#618A38
(97,138,56)
#547730
(84,119,48)
#476428
(71,100,40)
#3A5120
(58,81,32)
#2D3E18
(45,62,24)
#202B10
(32,43,16)
#131808
(19,24,8)
#000000
(0,0,0)

Tints of #95D658

#95D658
(149,214,88)
#9ED967
(158,217,103)
#A7DC76
(167,220,118)
#B0DF85
(176,223,133)
#B9E294
(185,226,148)
#C2E5A3
(194,229,163)
#CBE8B2
(203,232,178)
#D4EBC1
(212,235,193)
#DDEED0
(221,238,208)
#E6F1DF
(230,241,223)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D658 color. Also use rgb(149,214,88) instead hex code.

Text Font Color

.myTextColor { color: #95D658; }

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

This text font color is #95D658.


Background Color

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

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

This div background color is #95D658.


Border color

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

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

This div border color is #95D658.


Opacity

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

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

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

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

This text has shadow with #95D658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D658 on black background.


Color preview on white background

This text has color #95D658 on white background.



Black color preview on #95D658 background

This text has black color on #95D658 background.


White color preview on #95D658 background

This text has white color on #95D658 background.