#80da63

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

Shades of Mantis #80DA63

Tints of Mantis #80DA63

Color information

#80DA63 (or 0x80DA63) is unknown color: approx Mantis. HEX triplet: 80, DA and 63. RGB value is (128,218,99). Sum of RGB (Red+Green+Blue) = 128+218+99=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA63 is #7F259C. Grayscale: #B1B1B1. Windows color (decimal): -8332701 or 6544000. OLE color: 6544000.

HSL color Cylindrical-coordinate representation of color #80DA63: hue angle of 105.38º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80DA63 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB12821899-
CMYK0.4100.550.15
HSL105.38º61.66%62.16%-
HSV(B)105.38º54.59%85.49%-
XYZ36.2355.6320.63-
YUV177.5283.6892.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 218 (85.55% from 255) = 48.99%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=28.76%
G=48.99%
B=22.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128218990.4100.550.15105.3861.6662.16
Hex80DA6329037F693e3e
Octal20033214351067171517676
Binary10000000110110101100011101001011011111111101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80da63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,218,99); }

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

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

 a { background-color: rgb(128,218,99); }

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

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

 span { border-color: rgb(128,218,99); }

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