#80DC5F

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

Shades of Mantis #80DC5F

Tints of Mantis #80DC5F

Color information

#80DC5F (or 0x80DC5F) is unknown color: approx Mantis. HEX triplet: 80, DC and 5F. RGB value is (128,220,95). Sum of RGB (Red+Green+Blue) = 128+220+95=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC5F is #7F23A0. Grayscale: #B2B2B2. Windows color (decimal): -8332193 or 6282368. OLE color: 6282368.

HSL color Cylindrical-coordinate representation of color #80DC5F: hue angle of 104.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80DC5F is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB12822095-
CMYK0.4200.570.14
HSL104.16º64.1%61.76%-
HSV(B)104.16º56.82%86.27%-
XYZ36.5656.619.82-
YUV178.2481.0292.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 220 (86.33% from 255) = 49.66%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=28.89%
G=49.66%
B=21.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128220950.4200.570.14104.1664.161.76
Hex80DC5F2A039E68403e
Octal200334137520711615010076
Binary100000001101110010111111010100111001111011010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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