#80B358

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

Shades of Mantis #80B358

Tints of Mantis #80B358

Color information

#80B358 (or 0x80B358) is unknown color: approx Mantis. HEX triplet: 80, B3 and 58. RGB value is (128,179,88). Sum of RGB (Red+Green+Blue) = 128+179+88=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #80B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B358 is #7F4CA7. Grayscale: #999999. Windows color (decimal): -8342696 or 5813120. OLE color: 5813120.

HSL color Cylindrical-coordinate representation of color #80B358: hue angle of 93.63º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B358 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB12817988-
CMYK0.2800.510.30
HSL93.63º37.45%52.35%-
HSV(B)93.63º50.84%70.2%-
XYZ26.7837.5315.07-
YUV153.3891.1109.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=32.41%
G=45.32%
B=22.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128179880.2800.510.3093.6337.4552.35
Hex80B3581C0331E5e2534
Octal20026313034063361364564
Binary10000000101100111011000111000110011111101011110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,179,88); }

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

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

 a { background-color: rgb(128,179,88); }

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

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

 span { border-color: rgb(128,179,88); }

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