COLOR #95E299

HEX: #95E299
RGB: (149,226,153)

Color info

#95E299 contains mainly green color. Web safe color of #95E299 is #99CC99 (or #9C9).

RGB color model

#95E299 color RGB value is (149,226,153).

  • red value is 149;
  • green value is 226;
  • blue value is 153.
RGB:
(149,226,153)
(58%,89%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 226 of 255 = 89%
B 153 of 255 = 60%

149
226
153

R + G + B ~ 69%. #95E299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 226 + 153 = 528 (100%)
R 149 of 528 ~ 28.22%
G 226 of 528 ~ 42.8%
B 153 of 528 ~ 28.98%

%28.22
%42.8
%28.98

CMYK color model

#95E299 color CMYK value is (34,0,32,11).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 32.30%
  • key color value is 11.37%
CMYK:
(34,0,32,11)
C34M0Y32K11 
(34%,0%,32%,11%)
(0.34/0.00/0.32/0.11)	

CMYK percentages

%34.07
%0
%32.3
%11.37

Codes

Color #95E299 in popluar color models

95E299
RGB149226153
HSL123°57.04%73.53%
HSB/HSV123°34.07%88.63%
CMYK34.07%0.00%32.30%
11.37%

Color #95E299 in popluar number systems.

HEX95E299
Decimal149226153
Binary100101011110001010011001
Octal225342231

Shades and tints

Shades of #95E299

#95E299
(149,226,153)
#88CE8C
(136,206,140)
#7BBA7F
(123,186,127)
#6EA672
(110,166,114)
#619265
(97,146,101)
#547E58
(84,126,88)
#476A4B
(71,106,75)
#3A563E
(58,86,62)
#2D4231
(45,66,49)
#202E24
(32,46,36)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #95E299

#95E299
(149,226,153)
#9EE4A2
(158,228,162)
#A7E6AB
(167,230,171)
#B0E8B4
(176,232,180)
#B9EABD
(185,234,189)
#C2ECC6
(194,236,198)
#CBEECF
(203,238,207)
#D4F0D8
(212,240,216)
#DDF2E1
(221,242,225)
#E6F4EA
(230,244,234)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E299 color. Also use rgb(149,226,153) instead hex code.

Text Font Color

.myTextColor { color: #95E299; }

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

This text font color is #95E299.


Background Color

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

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

This div background color is #95E299.


Border color

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

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

This div border color is #95E299.


Opacity

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

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

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

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

This text has shadow with #95E299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E299 on black background.


Color preview on white background

This text has color #95E299 on white background.



Black color preview on #95E299 background

This text has black color on #95E299 background.


White color preview on #95E299 background

This text has white color on #95E299 background.