COLOR #95EF19

HEX: #95EF19
RGB: (149,239,25)

Color info

#95EF19 contains mainly green color. Web safe color of #95EF19 is #99FF00 (or #9F0).

RGB color model

#95EF19 color RGB value is (149,239,25).

  • red value is 149;
  • green value is 239;
  • blue value is 25.
RGB:
(149,239,25)
(58%,94%,10%)

RGB channels and saturation

R 149 of 255 = 58%
G 239 of 255 = 94%
B 25 of 255 = 10%

149
239
25

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

Portions of RGB colors in percentages

R + G + B =
149 + 239 + 25 = 413 (100%)
R 149 of 413 ~ 36.08%
G 239 of 413 ~ 57.87%
B 25 of 413 ~ 6.05%

%36.08
%57.87

CMYK color model

#95EF19 color CMYK value is (38,0,90,6).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 89.54%
  • key color value is 6.27%
CMYK:
(38,0,90,6)
C38M0Y90K6 
(38%,0%,90%,6%)
(0.38/0.00/0.90/0.06)	

CMYK percentages

%37.66
%0
%89.54
%6.27

Codes

Color #95EF19 in popluar color models

95EF19
RGB14923925
HSL85°86.99%51.76%
HSB/HSV85°89.54%93.73%
CMYK37.66%0.00%89.54%
6.27%

Color #95EF19 in popluar number systems.

HEX95EF19
Decimal14923925
Binary100101011110111111001
Octal22535731

Shades and tints

Shades of #95EF19

#95EF19
(149,239,25)
#88DA17
(136,218,23)
#7BC515
(123,197,21)
#6EB013
(110,176,19)
#619B11
(97,155,17)
#54860F
(84,134,15)
#47710D
(71,113,13)
#3A5C0B
(58,92,11)
#2D4709
(45,71,9)
#203207
(32,50,7)
#131D05
(19,29,5)
#000000
(0,0,0)

Tints of #95EF19

#95EF19
(149,239,25)
#9EF02D
(158,240,45)
#A7F141
(167,241,65)
#B0F255
(176,242,85)
#B9F369
(185,243,105)
#C2F47D
(194,244,125)
#CBF591
(203,245,145)
#D4F6A5
(212,246,165)
#DDF7B9
(221,247,185)
#E6F8CD
(230,248,205)
#EFF9E1
(239,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EF19 color. Also use rgb(149,239,25) instead hex code.

Text Font Color

.myTextColor { color: #95EF19; }

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

This text font color is #95EF19.


Background Color

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

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

This div background color is #95EF19.


Border color

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

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

This div border color is #95EF19.


Opacity

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

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

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

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

This text has shadow with #95EF19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95EF19 on black background.


Color preview on white background

This text has color #95EF19 on white background.



Black color preview on #95EF19 background

This text has black color on #95EF19 background.


White color preview on #95EF19 background

This text has white color on #95EF19 background.