#80E05C

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

Shades of Mantis #80E05C

Tints of Mantis #80E05C

Color information

#80E05C (or 0x80E05C) is unknown color: approx Mantis. HEX triplet: 80, E0 and 5C. RGB value is (128,224,92). Sum of RGB (Red+Green+Blue) = 128+224+92=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #80E05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E05C is #7F1FA3. Grayscale: #B4B4B4. Windows color (decimal): -8331172 or 6086784. OLE color: 6086784.

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

Color convert

RGB12822492-
CMYK0.4300.590.12
HSL103.64º68.04%61.96%-
HSV(B)103.64º58.93%87.84%-
XYZ37.4958.6719.47-
YUV180.2578.290.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 224 (87.89% from 255) = 50.45%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=28.83%
G=50.45%
B=20.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128224920.4300.590.12103.6468.0461.96
Hex80E05C2B03BC68443e
Octal200340134530731415010476
Binary100000001110000010111001010110111011110011010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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