#95FE80

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

Shades of Light Green #95FE80

Tints of Light Green #95FE80

Color information

#95FE80 (or 0x95FE80) is unknown color: approx Light Green. HEX triplet: 95, FE and 80. RGB value is (149,254,128). Sum of RGB (Red+Green+Blue) = 149+254+128=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FE80 is #6A017F. Grayscale: #D0D0D0. Windows color (decimal): -6947200 or 8453781. OLE color: 8453781.

HSL color Cylindrical-coordinate representation of color #95FE80: hue angle of 110º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95FE80 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB149254128-
CMYK0.4100.500.00
HSL110º98.44%74.9%-
HSV(B)110º49.61%99.61%-
XYZ51.7378.8332.91-
YUV208.2482.7185.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 254 (99.61% from 255) = 47.83%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=28.06%
G=47.83%
B=24.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492541280.4100.500.0011098.4474.9
Hex95FE802903206e624b
Octal225376200510620156142113
Binary10010101111111101000000010100101100100110111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,254,128); }

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

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

 a { background-color: rgb(149,254,128); }

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

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

 span { border-color: rgb(149,254,128); }

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