#80F781

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

Shades of Light Green #80F781

Tints of Light Green #80F781

Color information

#80F781 (or 0x80F781) is unknown color: approx Light Green. HEX triplet: 80, F7 and 81. RGB value is (128,247,129). Sum of RGB (Red+Green+Blue) = 128+247+129=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #80F781 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F781 is #7F087E. Grayscale: #C6C6C6. Windows color (decimal): -8325247 or 8517504. OLE color: 8517504.

HSL color Cylindrical-coordinate representation of color #80F781: hue angle of 120.5º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F781 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB128247129-
CMYK0.4800.480.03
HSL120.5º88.15%73.53%-
HSV(B)120.5º48.18%96.86%-
XYZ46.1372.732.37-
YUV197.9789.0878.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 247 (96.88% from 255) = 49.01%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=25.40%
G=49.01%
B=25.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282471290.4800.480.03120.588.1573.53
Hex80F78130030379584a
Octal200367201600603171130112
Binary100000001111011110000001110000011000011111100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,247,129); }

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

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

 a { background-color: rgb(128,247,129); }

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

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

 span { border-color: rgb(128,247,129); }

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