#80d963

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

Shades of Mantis #80D963

Tints of Mantis #80D963

Color information

#80D963 (or 0x80D963) is unknown color: approx Mantis. HEX triplet: 80, D9 and 63. RGB value is (128,217,99). Sum of RGB (Red+Green+Blue) = 128+217+99=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #80D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D963 is #7F269C. Grayscale: #B1B1B1. Windows color (decimal): -8332957 or 6543744. OLE color: 6543744.

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

Color convert

RGB12821799-
CMYK0.4100.540.15
HSL105.25º60.82%61.96%-
HSV(B)105.25º54.38%85.1%-
XYZ35.9755.1220.55-
YUV176.9484.0193.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=28.83%
G=48.87%
B=22.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128217990.4100.540.15105.2560.8261.96
Hex80D96329036F693d3e
Octal20033114351066171517576
Binary10000000110110011100011101001011011011111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80d963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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