#80F497

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

Shades of Light Green #80F497

Tints of Light Green #80F497

Color information

#80F497 (or 0x80F497) is unknown color: approx Light Green. HEX triplet: 80, F4 and 97. RGB value is (128,244,151). Sum of RGB (Red+Green+Blue) = 128+244+151=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #80F497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F497 is #7F0B68. Grayscale: #C6C6C6. Windows color (decimal): -8325993 or 9958528. OLE color: 9958528.

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

Color convert

RGB128244151-
CMYK0.4800.380.04
HSL131.9º84.06%72.94%-
HSV(B)131.9º47.54%95.69%-
XYZ46.8471.5240.62-
YUV198.71101.0777.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 244 (95.70% from 255) = 46.65%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=24.47%
G=46.65%
B=28.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282441510.4800.380.04131.984.0672.94
Hex80F497300264845449
Octal200364227600464204124111
Binary10000000111101001001011111000001001101001000010010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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