COLOR #95EA5B

HEX: #95EA5B RGB: (149,234,91)

Color info

#95EA5B contains mainly green color. Web safe color of #95EA5B is #99FF66 (or #9F6).

RGB color model

#95EA5B color RGB value is (149,234,91).

RGB: (149,234,91) (58%, 92%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 234 of 255 = 92%
B 91 of 255 = 36%

149
234
91

R + G + B ~ 62%. #95EA5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 234 + 91 = 474 (100%)
R 149 of 474 ~ 31.43%
G 234 of 474 ~ 49.37%
B 91 of 474 ~ 19.2'%

%31.43
%49.37
%19.2

CMYK color model

#95EA5B color CMYK value is (36,0,61,8).

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 8.24%

CMYK: (36,0,61,8)
C36M0Y61K8 (36%, 0%, 61%, 8%)
(0.36 / 0.00 / 0.61 / 0.08)

CMYK percentages

%36.32
%0
%61.11
%8.24

Codes

Color #95EA5B in popluar color models

95 EA 5B
RGB 149 234 91
HSL 96° 77.30% 63.73%
HSB/HSV 96° 61.11% 91.76%
CMYK 36.32% 0.00% 61.11%
8.24%

Color #95EA5B in popluar number systems.

HEX 95 EA 5B
Decimal 149 234 91
Binary 10010101 11101010 1011011
Octal 225 352 133

Shades and tints

Shades of #95EA5B

#95EA5B
(149,234,91)
#88D553
(136,213,83)
#7BC04B
(123,192,75)
#6EAB43
(110,171,67)
#61963B
(97,150,59)
#548133
(84,129,51)
#476C2B
(71,108,43)
#3A5723
(58,87,35)
#2D421B
(45,66,27)
#202D13
(32,45,19)
#13180B
(19,24,11)
#000000
(0,0,0)

Tints of #95EA5B

#95EA5B
(149,234,91)
#9EEB69
(158,235,105)
#A7EC77
(167,236,119)
#B0ED85
(176,237,133)
#B9EE93
(185,238,147)
#C2EFA1
(194,239,161)
#CBF0AF
(203,240,175)
#D4F1BD
(212,241,189)
#DDF2CB
(221,242,203)
#E6F3D9
(230,243,217)
#EFF4E7
(239,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EA5B color. Also use rgb(149,234,91) instead hex code.

Text Font Color

.myTextColor { color: #95EA5B; }

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

This text font color is #95EA5B.

Background Color

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

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

This div background color is #95EA5B.

Border color

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

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

This div border color is #95EA5B.

Opacity

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

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

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

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

This text has shadow with #95EA5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95EA5B.

Preview

Color preview on black background

This text has color #95EA5B on black background.


Color preview on white background

This text has color #95EA5B on white background.


Black color preview on #95EA5B background

This text has black color on #95EA5B background.


White color preview on #95EA5B background

This text has white color on #95EA5B background.


Related colors

Complementary color

Complementary color for #95EA5B is #6A15A4.


I love getcolorcode.com

Triadic colors

1 #5B95EA and #EA5B95 with #95EA5B are triadic colors.

2 #5BEA95 and #EA955B with #95EA5B are triadic colors.