COLOR #95DE21

HEX: #95DE21
RGB: (149,222,33)

Color info

#95DE21 contains mainly green color. Web safe color of #95DE21 is #99CC33 (or #9C3).

RGB color model

#95DE21 color RGB value is (149,222,33).

  • red value is 149;
  • green value is 222;
  • blue value is 33.
RGB:
(149,222,33)
(58%,87%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 222 of 255 = 87%
B 33 of 255 = 13%

149
222
33

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

Portions of RGB colors in percentages

R + G + B =
149 + 222 + 33 = 404 (100%)
R 149 of 404 ~ 36.88%
G 222 of 404 ~ 54.95%
B 33 of 404 ~ 8.17%

%36.88
%54.95

CMYK color model

#95DE21 color CMYK value is (33,0,85,13).

  • cyan value is 32.88%
  • magenta value is 0.00%
  • yellow value is 85.14%
  • key color value is 12.94%
CMYK:
(33,0,85,13)
C33M0Y85K13 
(33%,0%,85%,13%)
(0.33/0.00/0.85/0.13)	

CMYK percentages

%32.88
%0
%85.14
%12.94

Codes

Color #95DE21 in popluar color models

95DE21
RGB14922233
HSL83°74.12%50.00%
HSB/HSV83°85.14%87.06%
CMYK32.88%0.00%85.14%
12.94%

Color #95DE21 in popluar number systems.

HEX95DE21
Decimal14922233
Binary1001010111011110100001
Octal22533641

Shades and tints

Shades of #95DE21

#95DE21
(149,222,33)
#88CA1E
(136,202,30)
#7BB61B
(123,182,27)
#6EA218
(110,162,24)
#618E15
(97,142,21)
#547A12
(84,122,18)
#47660F
(71,102,15)
#3A520C
(58,82,12)
#2D3E09
(45,62,9)
#202A06
(32,42,6)
#131603
(19,22,3)
#000000
(0,0,0)

Tints of #95DE21

#95DE21
(149,222,33)
#9EE135
(158,225,53)
#A7E449
(167,228,73)
#B0E75D
(176,231,93)
#B9EA71
(185,234,113)
#C2ED85
(194,237,133)
#CBF099
(203,240,153)
#D4F3AD
(212,243,173)
#DDF6C1
(221,246,193)
#E6F9D5
(230,249,213)
#EFFCE9
(239,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95DE21 color. Also use rgb(149,222,33) instead hex code.

Text Font Color

.myTextColor { color: #95DE21; }

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

This text font color is #95DE21.


Background Color

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

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

This div background color is #95DE21.


Border color

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

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

This div border color is #95DE21.


Opacity

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

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

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

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

This text has shadow with #95DE21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95DE21 on black background.


Color preview on white background

This text has color #95DE21 on white background.



Black color preview on #95DE21 background

This text has black color on #95DE21 background.


White color preview on #95DE21 background

This text has white color on #95DE21 background.