#80C556

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

Shades of Mantis #80C556

Tints of Mantis #80C556

Color information

#80C556 (or 0x80C556) is unknown color: approx Mantis. HEX triplet: 80, C5 and 56. RGB value is (128,197,86). Sum of RGB (Red+Green+Blue) = 128+197+86=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #80C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C556 is #7F3AA9. Grayscale: #A4A4A4. Windows color (decimal): -8338090 or 5686656. OLE color: 5686656.

HSL color Cylindrical-coordinate representation of color #80C556: hue angle of 97.3º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C556 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB12819786-
CMYK0.3500.560.23
HSL97.3º48.9%55.49%-
HSV(B)97.3º56.35%77.25%-
XYZ30.5545.1915.92-
YUV163.7284.14102.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 197 (77.34% from 255) = 47.93%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=31.14%
G=47.93%
B=20.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal128197860.3500.560.2397.348.955.49
Hex80C5562303817613137
Octal20030512643070271416167
Binary100000001100010110101101000110111000101111100001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,197,86); }

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

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

 a { background-color: rgb(128,197,86); }

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

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

 span { border-color: rgb(128,197,86); }

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