#80C16C

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

Shades of Mantis #80C16C

Tints of Mantis #80C16C

Color information

#80C16C (or 0x80C16C) is unknown color: approx Mantis. HEX triplet: 80, C1 and 6C. RGB value is (128,193,108). Sum of RGB (Red+Green+Blue) = 128+193+108=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #80C16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C16C is #7F3E93. Grayscale: #A4A4A4. Windows color (decimal): -8339092 or 7127424. OLE color: 7127424.

HSL color Cylindrical-coordinate representation of color #80C16C: hue angle of 105.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80C16C is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB128193108-
CMYK0.3400.440.24
HSL105.88º40.67%59.02%-
HSV(B)105.88º44.04%75.69%-
XYZ30.6843.8121.03-
YUV163.8896.47102.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=29.84%
G=44.99%
B=25.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931080.3400.440.24105.8840.6759.02
Hex80C16C2202C186a293b
Octal20030115442054301525173
Binary100000001100000111011001000100101100110001101010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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