#80C051

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

Shades of Mantis #80C051

Tints of Mantis #80C051

Color information

#80C051 (or 0x80C051) is unknown color: approx Mantis. HEX triplet: 80, C0 and 51. RGB value is (128,192,81). Sum of RGB (Red+Green+Blue) = 128+192+81=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #80C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C051 is #7F3FAE. Grayscale: #A0A0A0. Windows color (decimal): -8339375 or 5357696. OLE color: 5357696.

HSL color Cylindrical-coordinate representation of color #80C051: hue angle of 94.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80C051 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB12819281-
CMYK0.3300.580.25
HSL94.59º46.84%53.53%-
HSV(B)94.59º57.81%75.29%-
XYZ29.2442.8814.52-
YUV160.2183.3105.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 192 (75.39% from 255) = 47.88%
BLUE value IS 81 (32.03% from 255) = 20.20%
R=31.92%
G=47.88%
B=20.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128192810.3300.580.2594.5946.8453.53
Hex80C0512103A195f2f36
Octal20030012141072311375766
Binary100000001100000010100011000010111010110011011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,192,81); }

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

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

 a { background-color: rgb(128,192,81); }

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

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

 span { border-color: rgb(128,192,81); }

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