#95F087

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

Shades of Light Green #95F087

Tints of Light Green #95F087

Color information

#95F087 (or 0x95F087) is unknown color: approx Light Green. HEX triplet: 95, F0 and 87. RGB value is (149,240,135). Sum of RGB (Red+Green+Blue) = 149+240+135=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #95F087 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F087 is #6A0F78. Grayscale: #C9C9C9. Windows color (decimal): -6950777 or 8908949. OLE color: 8908949.

HSL color Cylindrical-coordinate representation of color #95F087: hue angle of 112º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95F087 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB149240135-
CMYK0.3800.440.06
HSL112º77.78%73.53%-
HSV(B)112º43.75%94.12%-
XYZ47.9370.4634-
YUV200.8290.8591.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=28.44%
G=45.80%
B=25.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492401350.3800.440.0611277.7873.53
Hex95F0872602C6704e4a
Octal225360207460546160116112
Binary1001010111110000100001111001100101100110111000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,240,135); }

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

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

 a { background-color: rgb(149,240,135); }

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

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

 span { border-color: rgb(149,240,135); }

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