COLOR #95FD4A

HEX: #95FD4A
RGB: (149,253,74)

Color info

#95FD4A contains mainly green color. Web safe color of #95FD4A is #99FF33 (or #9F3).

RGB color model

#95FD4A color RGB value is (149,253,74).

  • red value is 149;
  • green value is 253;
  • blue value is 74.
RGB:
(149,253,74)
(58%,99%,29%)

RGB channels and saturation

R 149 of 255 = 58%
G 253 of 255 = 99%
B 74 of 255 = 29%

149
253
74

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

Portions of RGB colors in percentages

R + G + B =
149 + 253 + 74 = 476 (100%)
R 149 of 476 ~ 31.3%
G 253 of 476 ~ 53.15%
B 74 of 476 ~ 15.55%

%31.3
%53.15
%15.55

CMYK color model

#95FD4A color CMYK value is (41,0,71,1).

  • cyan value is 41.11%
  • magenta value is 0.00%
  • yellow value is 70.75%
  • key color value is 0.78%
CMYK:
(41,0,71,1)
C41M0Y71K1 
(41%,0%,71%,1%)
(0.41/0.00/0.71/0.01)	

CMYK percentages

%41.11
%0
%70.75
%0.78

Codes

Color #95FD4A in popluar color models

95FD4A
RGB14925374
HSL95°97.81%64.12%
HSB/HSV95°70.75%99.22%
CMYK41.11%0.00%70.75%
0.78%

Color #95FD4A in popluar number systems.

HEX95FD4A
Decimal14925374
Binary10010101111111011001010
Octal225375112

Shades and tints

Shades of #95FD4A

#95FD4A
(149,253,74)
#88E644
(136,230,68)
#7BCF3E
(123,207,62)
#6EB838
(110,184,56)
#61A132
(97,161,50)
#548A2C
(84,138,44)
#477326
(71,115,38)
#3A5C20
(58,92,32)
#2D451A
(45,69,26)
#202E14
(32,46,20)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #95FD4A

#95FD4A
(149,253,74)
#9EFD5A
(158,253,90)
#A7FD6A
(167,253,106)
#B0FD7A
(176,253,122)
#B9FD8A
(185,253,138)
#C2FD9A
(194,253,154)
#CBFDAA
(203,253,170)
#D4FDBA
(212,253,186)
#DDFDCA
(221,253,202)
#E6FDDA
(230,253,218)
#EFFDEA
(239,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FD4A color. Also use rgb(149,253,74) instead hex code.

Text Font Color

.myTextColor { color: #95FD4A; }

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

This text font color is #95FD4A.


Background Color

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

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

This div background color is #95FD4A.


Border color

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

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

This div border color is #95FD4A.


Opacity

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

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

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

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

This text has shadow with #95FD4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95FD4A on black background.


Color preview on white background

This text has color #95FD4A on white background.



Black color preview on #95FD4A background

This text has black color on #95FD4A background.


White color preview on #95FD4A background

This text has white color on #95FD4A background.