#80BB60

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

Shades of Mantis #80BB60

Tints of Mantis #80BB60

Color information

#80BB60 (or 0x80BB60) is unknown color: approx Mantis. HEX triplet: 80, BB and 60. RGB value is (128,187,96). Sum of RGB (Red+Green+Blue) = 128+187+96=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB60 is #7F449F. Grayscale: #9F9F9F. Windows color (decimal): -8340640 or 6339456. OLE color: 6339456.

HSL color Cylindrical-coordinate representation of color #80BB60: hue angle of 98.9º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BB60 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB12818796-
CMYK0.3200.490.27
HSL98.9º40.09%55.49%-
HSV(B)98.9º48.66%73.33%-
XYZ28.7840.9717.46-
YUV158.9892.45105.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.14%
GREEN value IS 187 (73.44% from 255) = 45.50%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=31.14%
G=45.50%
B=23.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187960.3200.490.2798.940.0955.49
Hex80BB60200311B632837
Octal20027314040061331435067
Binary100000001011101111000001000000110001110111100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,96); }

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

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

 a { background-color: rgb(128,187,96); }

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

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

 span { border-color: rgb(128,187,96); }

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