#80F58D

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

Shades of Light Green #80F58D

Tints of Light Green #80F58D

Color information

#80F58D (or 0x80F58D) is unknown color: approx Light Green. HEX triplet: 80, F5 and 8D. RGB value is (128,245,141). Sum of RGB (Red+Green+Blue) = 128+245+141=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #80F58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F58D is #7F0A72. Grayscale: #C6C6C6. Windows color (decimal): -8325747 or 9303424. OLE color: 9303424.

HSL color Cylindrical-coordinate representation of color #80F58D: hue angle of 126.67º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F58D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB128245141-
CMYK0.4800.420.04
HSL126.67º85.4%73.14%-
HSV(B)126.67º47.76%96.08%-
XYZ46.3671.8236.62-
YUV198.1695.7477.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.90%
GREEN value IS 245 (96.09% from 255) = 47.67%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=24.90%
G=47.67%
B=27.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282451410.4800.420.04126.6785.473.14
Hex80F58D3002A47f5549
Octal200365215600524177125111
Binary1000000011110101100011011100000101010100111111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,245,141); }

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

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

 a { background-color: rgb(128,245,141); }

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

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

 span { border-color: rgb(128,245,141); }

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