#80C06E

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

Shades of Mantis #80C06E

Tints of Mantis #80C06E

Color information

#80C06E (or 0x80C06E) is unknown color: approx Mantis. HEX triplet: 80, C0 and 6E. RGB value is (128,192,110). Sum of RGB (Red+Green+Blue) = 128+192+110=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #80C06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C06E is #7F3F91. Grayscale: #A3A3A3. Windows color (decimal): -8339346 or 7258240. OLE color: 7258240.

HSL color Cylindrical-coordinate representation of color #80C06E: hue angle of 106.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C06E is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB128192110-
CMYK0.3300.430.25
HSL106.83º39.42%59.22%-
HSV(B)106.83º42.71%75.29%-
XYZ30.5743.4121.52-
YUV163.5297.8102.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=29.77%
G=44.65%
B=25.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281921100.3300.430.25106.8339.4259.22
Hex80C06E2102B196b273b
Octal20030015641053311534773
Binary100000001100000011011101000010101011110011101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,110); }

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

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

 a { background-color: rgb(128,192,110); }

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

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

 span { border-color: rgb(128,192,110); }

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