#97FE80

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

Shades of Light Green #97FE80

Tints of Light Green #97FE80

Color information

#97FE80 (or 0x97FE80) is unknown color: approx Light Green. HEX triplet: 97, FE and 80. RGB value is (151,254,128). Sum of RGB (Red+Green+Blue) = 151+254+128=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #97FE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FE80 is #68017F. Grayscale: #D1D1D1. Windows color (decimal): -6816128 or 8453783. OLE color: 8453783.

HSL color Cylindrical-coordinate representation of color #97FE80: hue angle of 109.05º 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 #97FE80 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB151254128-
CMYK0.4100.500.00
HSL109.05º98.44%74.9%-
HSV(B)109.05º49.61%99.61%-
XYZ52.179.0232.93-
YUV208.8482.3886.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=28.33%
G=47.65%
B=24.02%

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
Decimal1512541280.4100.500.00109.0598.4474.9
Hex97FE802903206d624b
Octal227376200510620155142113
Binary10010111111111101000000010100101100100110110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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