#80CE6D

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

Shades of Mantis #80CE6D

Tints of Mantis #80CE6D

Color information

#80CE6D (or 0x80CE6D) is unknown color: approx Mantis. HEX triplet: 80, CE and 6D. RGB value is (128,206,109). Sum of RGB (Red+Green+Blue) = 128+206+109=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE6D is #7F3192. Grayscale: #ABABAB. Windows color (decimal): -8335763 or 7196288. OLE color: 7196288.

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

Color convert

RGB128206109-
CMYK0.3800.470.19
HSL108.25º49.74%61.76%-
HSV(B)108.25º47.09%80.78%-
XYZ33.7349.8422.31-
YUV171.6292.6696.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 206 (80.86% from 255) = 46.50%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=28.89%
G=46.50%
B=24.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061090.3800.470.19108.2549.7461.76
Hex80CE6D2602F136c323e
Octal20031615546057231546276
Binary100000001100111011011011001100101111100111101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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