#80E458

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

Shades of Mantis #80E458

Tints of Mantis #80E458

Color information

#80E458 (or 0x80E458) is unknown color: approx Mantis. HEX triplet: 80, E4 and 58. RGB value is (128,228,88). Sum of RGB (Red+Green+Blue) = 128+228+88=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #80E458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E458 is #7F1BA7. Grayscale: #B6B6B6. Windows color (decimal): -8330152 or 5825664. OLE color: 5825664.

HSL color Cylindrical-coordinate representation of color #80E458: hue angle of 102.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80E458 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB12822888-
CMYK0.4400.610.11
HSL102.86º72.16%61.96%-
HSV(B)102.86º61.4%89.41%-
XYZ38.4160.7818.94-
YUV182.1474.8789.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 228 (89.45% from 255) = 51.35%
BLUE value IS 88 (34.77% from 255) = 19.82%
R=28.83%
G=51.35%
B=19.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal128228880.4400.610.11102.8672.1661.96
Hex80E4582C03DB67483e
Octal200344130540751314711076
Binary100000001110010010110001011000111101101111001111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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