#95F479

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

Shades of Light Green #95F479

Tints of Light Green #95F479

Color information

#95F479 (or 0x95F479) is unknown color: approx Light Green. HEX triplet: 95, F4 and 79. RGB value is (149,244,121). Sum of RGB (Red+Green+Blue) = 149+244+121=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #95F479 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F479 is #6A0B86. Grayscale: #C9C9C9. Windows color (decimal): -6949767 or 7992469. OLE color: 7992469.

HSL color Cylindrical-coordinate representation of color #95F479: hue angle of 106.34º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95F479 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB149244121-
CMYK0.3900.500.04
HSL106.34º84.83%71.57%-
HSV(B)106.34º50.41%95.69%-
XYZ48.272.4729.54-
YUV201.5782.5390.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 244 (95.70% from 255) = 47.47%
BLUE value IS 121 (47.66% from 255) = 23.54%
R=28.99%
G=47.47%
B=23.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492441210.3900.500.04106.3484.8371.57
Hex95F4792703246a5548
Octal225364171470624152125110
Binary100101011111010011110011001110110010100110101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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