COLOR #95D874

HEX: #95D874
RGB: (149,216,116)

Color info

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

RGB color model

#95D874 color RGB value is (149,216,116).

  • red value is 149;
  • green value is 216;
  • blue value is 116.
RGB:
(149,216,116)
(58%,85%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 216 of 255 = 85%
B 116 of 255 = 45%

149
216
116

R + G + B ~ 63%. #95D874 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 216 + 116 = 481 (100%)
R 149 of 481 ~ 30.98%
G 216 of 481 ~ 44.91%
B 116 of 481 ~ 24.12%

%30.98
%44.91
%24.12

CMYK color model

#95D874 color CMYK value is (31,0,46,15).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 15.29%
CMYK:
(31,0,46,15)
C31M0Y46K15 
(31%,0%,46%,15%)
(0.31/0.00/0.46/0.15)	

CMYK percentages

%31.02
%0
%46.3
%15.29

Codes

Color #95D874 in popluar color models

95D874
RGB149216116
HSL100°56.18%65.10%
HSB/HSV100°46.30%84.71%
CMYK31.02%0.00%46.30%
15.29%

Color #95D874 in popluar number systems.

HEX95D874
Decimal149216116
Binary10010101110110001110100
Octal225330164

Shades and tints

Shades of #95D874

#95D874
(149,216,116)
#88C56A
(136,197,106)
#7BB260
(123,178,96)
#6E9F56
(110,159,86)
#618C4C
(97,140,76)
#547942
(84,121,66)
#476638
(71,102,56)
#3A532E
(58,83,46)
#2D4024
(45,64,36)
#202D1A
(32,45,26)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #95D874

#95D874
(149,216,116)
#9EDB80
(158,219,128)
#A7DE8C
(167,222,140)
#B0E198
(176,225,152)
#B9E4A4
(185,228,164)
#C2E7B0
(194,231,176)
#CBEABC
(203,234,188)
#D4EDC8
(212,237,200)
#DDF0D4
(221,240,212)
#E6F3E0
(230,243,224)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D874 color. Also use rgb(149,216,116) instead hex code.

Text Font Color

.myTextColor { color: #95D874; }

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

This text font color is #95D874.


Background Color

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

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

This div background color is #95D874.


Border color

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

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

This div border color is #95D874.


Opacity

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

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

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

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

This text has shadow with #95D874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D874 on black background.


Color preview on white background

This text has color #95D874 on white background.



Black color preview on #95D874 background

This text has black color on #95D874 background.


White color preview on #95D874 background

This text has white color on #95D874 background.