#80CD6D

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

Shades of Mantis #80CD6D

Tints of Mantis #80CD6D

Color information

#80CD6D (or 0x80CD6D) is unknown color: approx Mantis. HEX triplet: 80, CD and 6D. RGB value is (128,205,109). Sum of RGB (Red+Green+Blue) = 128+205+109=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD6D is #7F3292. Grayscale: #ABABAB. Windows color (decimal): -8336019 or 7196032. OLE color: 7196032.

HSL color Cylindrical-coordinate representation of color #80CD6D: hue angle of 108.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CD6D is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB128205109-
CMYK0.3800.470.20
HSL108.12º48.98%61.57%-
HSV(B)108.12º46.83%80.39%-
XYZ33.4949.3622.23-
YUV171.0392.9997.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=28.96%
G=46.38%
B=24.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051090.3800.470.20108.1248.9861.57
Hex80CD6D2602F146c313e
Octal20031515546057241546176
Binary100000001100110111011011001100101111101001101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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