#80B958

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

Shades of Mantis #80B958

Tints of Mantis #80B958

Color information

#80B958 (or 0x80B958) is unknown color: approx Mantis. HEX triplet: 80, B9 and 58. RGB value is (128,185,88). Sum of RGB (Red+Green+Blue) = 128+185+88=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #80B958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B958 is #7F46A7. Grayscale: #9D9D9D. Windows color (decimal): -8341160 or 5814656. OLE color: 5814656.

HSL color Cylindrical-coordinate representation of color #80B958: hue angle of 95.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80B958 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB12818588-
CMYK0.3100.520.27
HSL95.26º40.93%53.53%-
HSV(B)95.26º52.43%72.55%-
XYZ28.0139.9915.48-
YUV156.989.12107.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=31.92%
G=46.13%
B=21.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128185880.3100.520.2795.2640.9353.53
Hex80B9581F0341B5f2936
Octal20027113037064331375166
Binary10000000101110011011000111110110100110111011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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