#80D645

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

Shades of Mantis #80D645

Tints of Mantis #80D645

Color information

#80D645 (or 0x80D645) is unknown color: approx Mantis. HEX triplet: 80, D6 and 45. RGB value is (128,214,69). Sum of RGB (Red+Green+Blue) = 128+214+69=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #80D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D645 is #7F29BA. Grayscale: #ACACAC. Windows color (decimal): -8333755 or 4576896. OLE color: 4576896.

HSL color Cylindrical-coordinate representation of color #80D645: hue angle of 95.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80D645 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB12821469-
CMYK0.4000.680.16
HSL95.59º63.88%55.49%-
HSV(B)95.59º67.76%83.92%-
XYZ34.0253.1114.09-
YUV171.7670.0196.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 214 (83.98% from 255) = 52.07%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=31.14%
G=52.07%
B=16.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128214690.4000.680.1695.5963.8855.49
Hex80D6452804410604037
Octal2003261055001042014010067
Binary10000000110101101000101101000010001001000011000001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,214,69); }

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

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

 a { background-color: rgb(128,214,69); }

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

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

 span { border-color: rgb(128,214,69); }

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