#80E058

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

Shades of Mantis #80E058

Tints of Mantis #80E058

Color information

#80E058 (or 0x80E058) is unknown color: approx Mantis. HEX triplet: 80, E0 and 58. RGB value is (128,224,88). Sum of RGB (Red+Green+Blue) = 128+224+88=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #80E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E058 is #7F1FA7. Grayscale: #B4B4B4. Windows color (decimal): -8331176 or 5824640. OLE color: 5824640.

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

Color convert

RGB12822488-
CMYK0.4300.610.12
HSL102.35º68.69%61.18%-
HSV(B)102.35º60.71%87.84%-
XYZ37.3258.6118.58-
YUV179.7976.291.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 224 (87.89% from 255) = 50.91%
BLUE value IS 88 (34.77% from 255) = 20%
R=29.09%
G=50.91%
B=20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224880.4300.610.12102.3568.6961.18
Hex80E0582B03DC66453d
Octal200340130530751414610575
Binary100000001110000010110001010110111101110011001101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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