#80D153

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

Shades of Mantis #80D153

Tints of Mantis #80D153

Color information

#80D153 (or 0x80D153) is unknown color: approx Mantis. HEX triplet: 80, D1 and 53. RGB value is (128,209,83). Sum of RGB (Red+Green+Blue) = 128+209+83=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #80D153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D153 is #7F2EAC. Grayscale: #AAAAAA. Windows color (decimal): -8335021 or 5493120. OLE color: 5493120.

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

Color convert

RGB12820983-
CMYK0.3900.600.18
HSL98.57º57.8%57.25%-
HSV(B)98.57º60.29%81.96%-
XYZ33.2650.8116.24-
YUV170.4278.6697.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 209 (82.03% from 255) = 49.76%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=30.48%
G=49.76%
B=19.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128209830.3900.600.1898.5757.857.25
Hex80D1532703C12633a39
Octal20032112347074221437271
Binary100000001101000110100111001110111100100101100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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