#80D149

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

Shades of Mantis #80D149

Tints of Mantis #80D149

Color information

#80D149 (or 0x80D149) is unknown color: approx Mantis. HEX triplet: 80, D1 and 49. RGB value is (128,209,73). Sum of RGB (Red+Green+Blue) = 128+209+73=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #80D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D149 is #7F2EB6. Grayscale: #A9A9A9. Windows color (decimal): -8335031 or 4837760. OLE color: 4837760.

HSL color Cylindrical-coordinate representation of color #80D149: hue angle of 95.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80D149 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB12820973-
CMYK0.3900.650.18
HSL95.74º59.65%55.29%-
HSV(B)95.74º65.07%81.96%-
XYZ32.9150.6714.35-
YUV169.2873.6698.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 209 (82.03% from 255) = 50.98%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=31.22%
G=50.98%
B=17.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128209730.3900.650.1895.7459.6555.29
Hex80D1492704112603c37
Octal200321111470101221407467
Binary1000000011010001100100110011101000001100101100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,209,73); }

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

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

 a { background-color: rgb(128,209,73); }

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

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

 span { border-color: rgb(128,209,73); }

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