#80FA7D

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

Shades of Light Green #80FA7D

Tints of Light Green #80FA7D

Color information

#80FA7D (or 0x80FA7D) is unknown color: approx Light Green. HEX triplet: 80, FA and 7D. RGB value is (128,250,125). Sum of RGB (Red+Green+Blue) = 128+250+125=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA7D is #7F0582. Grayscale: #C7C7C7. Windows color (decimal): -8324483 or 8256128. OLE color: 8256128.

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

Color convert

RGB128250125-
CMYK0.4900.500.02
HSL118.56º92.59%73.53%-
HSV(B)118.56º50%98.04%-
XYZ46.7974.4431.3-
YUV199.2786.0877.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 250 (98.05% from 255) = 49.70%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=25.45%
G=49.70%
B=24.85%

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
Decimal1282501250.4900.500.02118.5692.5973.53
Hex80FA7D310322775d4a
Octal200372175610622167135112
Binary10000000111110101111101110001011001010111011110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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