#80F499

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

Shades of Light Green #80F499

Tints of Light Green #80F499

Color information

#80F499 (or 0x80F499) is unknown color: approx Light Green. HEX triplet: 80, F4 and 99. RGB value is (128,244,153). Sum of RGB (Red+Green+Blue) = 128+244+153=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #80F499 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F499 is #7F0B66. Grayscale: #C7C7C7. Windows color (decimal): -8325991 or 10089600. OLE color: 10089600.

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

Color convert

RGB128244153-
CMYK0.4800.370.04
HSL132.93º84.06%72.94%-
HSV(B)132.93º47.54%95.69%-
XYZ4771.5941.48-
YUV198.94102.0777.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 244 (95.70% from 255) = 46.48%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=24.38%
G=46.48%
B=29.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282441530.4800.370.04132.9384.0672.94
Hex80F499300254855449
Octal200364231600454205124111
Binary10000000111101001001100111000001001011001000010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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