#80D05D

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

Shades of Mantis #80D05D

Tints of Mantis #80D05D

Color information

#80D05D (or 0x80D05D) is unknown color: approx Mantis. HEX triplet: 80, D0 and 5D. RGB value is (128,208,93). Sum of RGB (Red+Green+Blue) = 128+208+93=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #80D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D05D is #7F2FA2. Grayscale: #ABABAB. Windows color (decimal): -8335267 or 6148224. OLE color: 6148224.

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

Color convert

RGB12820893-
CMYK0.3800.550.18
HSL101.74º55.02%59.02%-
HSV(B)101.74º55.29%81.57%-
XYZ33.4350.4918.34-
YUV170.978497.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=29.84%
G=48.48%
B=21.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128208930.3800.550.18101.7455.0259.02
Hex80D05D260371266373b
Octal20032013546067221466773
Binary100000001101000010111011001100110111100101100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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