#80FF7F

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

Shades of Light Green #80FF7F

Tints of Light Green #80FF7F

Color information

#80FF7F (or 0x80FF7F) is unknown color: approx Light Green. HEX triplet: 80, FF and 7F. RGB value is (128,255,127). Sum of RGB (Red+Green+Blue) = 128+255+127=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FF7F is #7F0080. Grayscale: #CACACA. Windows color (decimal): -8323201 or 8388480. OLE color: 8388480.

HSL color Cylindrical-coordinate representation of color #80FF7F: hue angle of 119.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FF7F is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB128255127-
CMYK0.5000.500
HSL119.53º100%74.9%-
HSV(B)119.53º50.2%100%-
XYZ48.4977.6432.51-
YUV202.4485.4274.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 255 (100% from 255) = 50%
BLUE value IS 127 (50% from 255) = 24.90%
R=25.10%
G=50%
B=24.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282551270.5000.500119.5310074.9
Hex80FF7F32032078644b
Octal200377177620620170144113
Binary1000000011111111111111111001001100100111100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,255,127); }

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

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

 a { background-color: rgb(128,255,127); }

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

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

 span { border-color: rgb(128,255,127); }

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