#80D659

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

Shades of Mantis #80D659

Tints of Mantis #80D659

Color information

#80D659 (or 0x80D659) is unknown color: approx Mantis. HEX triplet: 80, D6 and 59. RGB value is (128,214,89). Sum of RGB (Red+Green+Blue) = 128+214+89=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #80D659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D659 is #7F29A6. Grayscale: #AEAEAE. Windows color (decimal): -8333735 or 5887616. OLE color: 5887616.

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

Color convert

RGB12821489-
CMYK0.4000.580.16
HSL101.28º60.39%59.41%-
HSV(B)101.28º58.41%83.92%-
XYZ34.7553.417.93-
YUV174.0480.0195.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 214 (83.98% from 255) = 49.65%
BLUE value IS 89 (35.16% from 255) = 20.65%
R=29.70%
G=49.65%
B=20.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128214890.4000.580.16101.2860.3959.41
Hex80D6592803A10653c3b
Octal20032613150072201457473
Binary100000001101011010110011010000111010100001100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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