#80FD9A

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

Shades of Light Green #80FD9A

Tints of Light Green #80FD9A

Color information

#80FD9A (or 0x80FD9A) is unknown color: approx Light Green. HEX triplet: 80, FD and 9A. RGB value is (128,253,154). Sum of RGB (Red+Green+Blue) = 128+253+154=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FD9A is #7F0265. Grayscale: #CCCCCC. Windows color (decimal): -8323686 or 10157440. OLE color: 10157440.

HSL color Cylindrical-coordinate representation of color #80FD9A: hue angle of 132.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FD9A is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB128253154-
CMYK0.4900.390.01
HSL132.48º96.9%74.71%-
HSV(B)132.48º49.41%99.22%-
XYZ49.8677.1742.84-
YUV204.3499.5973.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.93%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=23.93%
G=47.29%
B=28.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282531540.4900.390.01132.4896.974.71
Hex80FD9A31027184614b
Octal200375232610471204141113
Binary100000001111110110011010110001010011111000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,253,154); }

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

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

 a { background-color: rgb(128,253,154); }

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

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

 span { border-color: rgb(128,253,154); }

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