#95F47E

Color #95F47E Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #95F47E

Tints of Light Green #95F47E

Color information

#95F47E (or 0x95F47E) is unknown color: approx Light Green. HEX triplet: 95, F4 and 7E. RGB value is (149,244,126). Sum of RGB (Red+Green+Blue) = 149+244+126=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #95F47E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F47E is #6A0B81. Grayscale: #CACACA. Windows color (decimal): -6949762 or 8320149. OLE color: 8320149.

HSL color Cylindrical-coordinate representation of color #95F47E: hue angle of 108.31º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95F47E is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB149244126-
CMYK0.3900.480.04
HSL108.31º84.29%72.55%-
HSV(B)108.31º48.36%95.69%-
XYZ48.5172.631.19-
YUV202.1485.0390.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 244 (95.70% from 255) = 47.01%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=28.71%
G=47.01%
B=24.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492441260.3900.480.04108.3184.2972.55
Hex95F47E2703046c5449
Octal225364176470604154124111
Binary100101011111010011111101001110110000100110110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F47E; }

 p { color: rgb(149,244,126); }

 H1.HeaderClassName
 {
   color: #95F47E;
 }
 .AnyTagClassName
 {
   color: #95F47E;
 }
</style>
background-color css

<style>
 a { background-color: #95F47E; }

 a { background-color: rgb(149,244,126); }

 div.DivClassName
 {
   background-color: #95F47E;
 }
 .BgClassName
 {
   background-color: #95F47E;
 }
</style>
border-color css

<style>
 span { border-color: #95F47E; }

 span { border-color: rgb(149,244,126); }

 td.TdClassName
 {
   border-color: #95F47E;
 }
 .TagClassName
 {
   border-color: #95F47E;
 }
</style>