#80D45D

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

Shades of Mantis #80D45D

Tints of Mantis #80D45D

Color information

#80D45D (or 0x80D45D) is unknown color: approx Mantis. HEX triplet: 80, D4 and 5D. RGB value is (128,212,93). Sum of RGB (Red+Green+Blue) = 128+212+93=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #80D45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D45D is #7F2BA2. Grayscale: #ADADAD. Windows color (decimal): -8334243 or 6149248. OLE color: 6149248.

HSL color Cylindrical-coordinate representation of color #80D45D: hue angle of 102.35º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D45D is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB12821293-
CMYK0.4000.560.17
HSL102.35º58.05%59.8%-
HSV(B)102.35º56.13%83.14%-
XYZ34.4252.4718.67-
YUV173.3282.6795.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=29.56%
G=48.96%
B=21.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128212930.4000.560.17102.3558.0559.8
Hex80D45D2803811663a3c
Octal20032413550070211467274
Binary100000001101010010111011010000111000100011100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,212,93); }

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

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

 a { background-color: rgb(128,212,93); }

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

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

 span { border-color: rgb(128,212,93); }

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