#80E059

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

Shades of Mantis #80E059

Tints of Mantis #80E059

Color information

#80E059 (or 0x80E059) is unknown color: approx Mantis. HEX triplet: 80, E0 and 59. RGB value is (128,224,89). Sum of RGB (Red+Green+Blue) = 128+224+89=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #80E059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E059 is #7F1FA6. Grayscale: #B4B4B4. Windows color (decimal): -8331175 or 5890176. OLE color: 5890176.

HSL color Cylindrical-coordinate representation of color #80E059: hue angle of 102.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80E059 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB12822489-
CMYK0.4300.600.12
HSL102.67º68.53%61.37%-
HSV(B)102.67º60.27%87.84%-
XYZ37.3658.6218.8-
YUV179.9176.790.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 224 (87.89% from 255) = 50.79%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=29.02%
G=50.79%
B=20.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224890.4300.600.12102.6768.5361.37
Hex80E0592B03CC67453d
Octal200340131530741414710575
Binary100000001110000010110011010110111100110011001111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,89); }

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

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

 a { background-color: rgb(128,224,89); }

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

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

 span { border-color: rgb(128,224,89); }

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