#80D857

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

Shades of Mantis #80D857

Tints of Mantis #80D857

Color information

#80D857 (or 0x80D857) is unknown color: approx Mantis. HEX triplet: 80, D8 and 57. RGB value is (128,216,87). Sum of RGB (Red+Green+Blue) = 128+216+87=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #80D857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D857 is #7F27A8. Grayscale: #AFAFAF. Windows color (decimal): -8333225 or 5757056. OLE color: 5757056.

HSL color Cylindrical-coordinate representation of color #80D857: hue angle of 100.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80D857 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB12821687-
CMYK0.4100.600.15
HSL100.93º62.32%59.41%-
HSV(B)100.93º59.72%84.71%-
XYZ35.1854.3917.66-
YUV174.9878.3594.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 216 (84.77% from 255) = 50.12%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=29.70%
G=50.12%
B=20.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128216870.4100.600.15100.9362.3259.41
Hex80D8572903CF653e3b
Octal20033012751074171457673
Binary10000000110110001010111101001011110011111100101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,87); }

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

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

 a { background-color: rgb(128,216,87); }

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

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

 span { border-color: rgb(128,216,87); }

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