#80F591

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

Shades of Light Green #80F591

Tints of Light Green #80F591

Color information

#80F591 (or 0x80F591) is unknown color: approx Light Green. HEX triplet: 80, F5 and 91. RGB value is (128,245,145). Sum of RGB (Red+Green+Blue) = 128+245+145=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #80F591 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F591 is #7F0A6E. Grayscale: #C6C6C6. Windows color (decimal): -8325743 or 9565568. OLE color: 9565568.

HSL color Cylindrical-coordinate representation of color #80F591: hue angle of 128.72º 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 #80F591 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB128245145-
CMYK0.4800.410.04
HSL128.72º85.4%73.14%-
HSV(B)128.72º47.76%96.08%-
XYZ46.6771.9438.21-
YUV198.6297.7477.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 245 (96.09% from 255) = 47.30%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=24.71%
G=47.30%
B=27.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282451450.4800.410.04128.7285.473.14
Hex80F591300294815549
Octal200365221600514201125111
Binary10000000111101011001000111000001010011001000000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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