#80EF10

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

Shades of Lawn Green #80EF10

Tints of Lawn Green #80EF10

Color information

#80EF10 (or 0x80EF10) is unknown color: approx Lawn Green. HEX triplet: 80, EF and 10. RGB value is (128,239,16). Sum of RGB (Red+Green+Blue) = 128+239+16=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 239 (93.75% from 255 or 62.40% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EF10 is #7F10EF. Grayscale: #B5B5B5. Windows color (decimal): -8327408 or 1109888. OLE color: 1109888.

HSL color Cylindrical-coordinate representation of color #80EF10: hue angle of 89.87º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80EF10 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB12823916-
CMYK0.4600.930.06
HSL89.87º87.45%50%-
HSV(B)89.87º93.31%93.73%-
XYZ39.8666.3611.2-
YUV180.3935.2390.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 239 (93.75% from 255) = 62.40%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=33.42%
G=62.40%
B=4.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal128239160.4600.930.0689.8787.4550
Hex80EF102E05D65a5732
Octal20035720560135613212762
Binary1000000011101111100001011100101110111010110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,239,16); }

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

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

 a { background-color: rgb(128,239,16); }

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

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

 span { border-color: rgb(128,239,16); }

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