#80D06C

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

Shades of Mantis #80D06C

Tints of Mantis #80D06C

Color information

#80D06C (or 0x80D06C) is unknown color: approx Mantis. HEX triplet: 80, D0 and 6C. RGB value is (128,208,108). Sum of RGB (Red+Green+Blue) = 128+208+108=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #80D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D06C is #7F2F93. Grayscale: #ADADAD. Windows color (decimal): -8335252 or 7131264. OLE color: 7131264.

HSL color Cylindrical-coordinate representation of color #80D06C: hue angle of 108º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D06C is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB128208108-
CMYK0.3800.480.18
HSL108º51.55%61.96%-
HSV(B)108º48.08%81.57%-
XYZ34.1650.7822.19-
YUV172.6891.596.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 208 (81.64% from 255) = 46.85%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=28.83%
G=46.85%
B=24.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081080.3800.480.1810851.5561.96
Hex80D06C26030126c343e
Octal20032015446060221546476
Binary100000001101000011011001001100110000100101101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,108); }

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

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

 a { background-color: rgb(128,208,108); }

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

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

 span { border-color: rgb(128,208,108); }

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