#80CC6D

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

Shades of Mantis #80CC6D

Tints of Mantis #80CC6D

Color information

#80CC6D (or 0x80CC6D) is unknown color: approx Mantis. HEX triplet: 80, CC and 6D. RGB value is (128,204,109). Sum of RGB (Red+Green+Blue) = 128+204+109=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CC6D is #7F3392. Grayscale: #AAAAAA. Windows color (decimal): -8336275 or 7195776. OLE color: 7195776.

HSL color Cylindrical-coordinate representation of color #80CC6D: hue angle of 108º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CC6D is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB128204109-
CMYK0.3700.470.2
HSL108º48.22%61.37%-
HSV(B)108º46.57%80%-
XYZ33.2648.8822.15-
YUV170.4593.3297.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=29.02%
G=46.26%
B=24.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282041090.3700.470.210848.2261.37
Hex80CC6D2502F146c303d
Octal20031415545057241546075
Binary100000001100110011011011001010101111101001101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,109); }

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

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

 a { background-color: rgb(128,204,109); }

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

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

 span { border-color: rgb(128,204,109); }

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