#80D359

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

Shades of Mantis #80D359

Tints of Mantis #80D359

Color information

#80D359 (or 0x80D359) is unknown color: approx Mantis. HEX triplet: 80, D3 and 59. RGB value is (128,211,89). Sum of RGB (Red+Green+Blue) = 128+211+89=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #80D359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D359 is #7F2CA6. Grayscale: #ACACAC. Windows color (decimal): -8334503 or 5886848. OLE color: 5886848.

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

Color convert

RGB12821189-
CMYK0.3900.580.17
HSL100.82º58.1%58.82%-
HSV(B)100.82º57.82%82.75%-
XYZ3451.917.68-
YUV172.278196.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 211 (82.81% from 255) = 49.30%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=29.91%
G=49.30%
B=20.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128211890.3900.580.17100.8258.158.82
Hex80D3592703A11653a3b
Octal20032313147072211457273
Binary100000001101001110110011001110111010100011100101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,89); }

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

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

 a { background-color: rgb(128,211,89); }

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

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

 span { border-color: rgb(128,211,89); }

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