#80FE7A

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

Shades of Light Green #80FE7A

Tints of Light Green #80FE7A

Color information

#80FE7A (or 0x80FE7A) is unknown color: approx Light Green. HEX triplet: 80, FE and 7A. RGB value is (128,254,122). Sum of RGB (Red+Green+Blue) = 128+254+122=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FE7A is #7F0185. Grayscale: #C9C9C9. Windows color (decimal): -8323462 or 8060544. OLE color: 8060544.

HSL color Cylindrical-coordinate representation of color #80FE7A: hue angle of 117.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80FE7A is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB128254122-
CMYK0.5000.520.00
HSL117.27º98.51%73.73%-
HSV(B)117.27º51.97%99.61%-
XYZ47.8676.8830.73-
YUV201.2883.2675.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 254 (99.61% from 255) = 50.40%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=25.40%
G=50.40%
B=24.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282541220.5000.520.00117.2798.5173.73
Hex80FE7A32034075634a
Octal200376172620640165143112
Binary1000000011111110111101011001001101000111010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80FE7A; }

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

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

<style>
 a { background-color: #80FE7A; }

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

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

<style>
 span { border-color: #80FE7A; }

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

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