#80CA5F

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

Shades of Mantis #80CA5F

Tints of Mantis #80CA5F

Color information

#80CA5F (or 0x80CA5F) is unknown color: approx Mantis. HEX triplet: 80, CA and 5F. RGB value is (128,202,95). Sum of RGB (Red+Green+Blue) = 128+202+95=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA5F is #7F35A0. Grayscale: #A8A8A8. Windows color (decimal): -8336801 or 6277760. OLE color: 6277760.

HSL color Cylindrical-coordinate representation of color #80CA5F: hue angle of 101.5º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80CA5F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB12820295-
CMYK0.3700.530.21
HSL101.5º50.23%58.24%-
HSV(B)101.5º52.97%79.22%-
XYZ32.0947.6618.33-
YUV167.6886.9899.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=30.12%
G=47.53%
B=22.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128202950.3700.530.21101.550.2358.24
Hex80CA5F250351565323a
Octal20031213745065251456272
Binary100000001100101010111111001010110101101011100101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,202,95); }

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

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

 a { background-color: rgb(128,202,95); }

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

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

 span { border-color: rgb(128,202,95); }

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