#80FA7C

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

Shades of Light Green #80FA7C

Tints of Light Green #80FA7C

Color information

#80FA7C (or 0x80FA7C) is unknown color: approx Light Green. HEX triplet: 80, FA and 7C. RGB value is (128,250,124). Sum of RGB (Red+Green+Blue) = 128+250+124=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA7C is #7F0583. Grayscale: #C7C7C7. Windows color (decimal): -8324484 or 8190592. OLE color: 8190592.

HSL color Cylindrical-coordinate representation of color #80FA7C: hue angle of 118.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FA7C is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB128250124-
CMYK0.4900.500.02
HSL118.1º92.65%73.33%-
HSV(B)118.1º50.4%98.04%-
XYZ46.7374.4230.97-
YUV199.1685.5877.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.50%
GREEN value IS 250 (98.05% from 255) = 49.80%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=25.50%
G=49.80%
B=24.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282501240.4900.500.02118.192.6573.33
Hex80FA7C310322765d49
Octal200372174610622166135111
Binary10000000111110101111100110001011001010111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,250,124); }

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

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

 a { background-color: rgb(128,250,124); }

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

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

 span { border-color: rgb(128,250,124); }

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