#80BB5F

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

Shades of Mantis #80BB5F

Tints of Mantis #80BB5F

Color information

#80BB5F (or 0x80BB5F) is unknown color: approx Mantis. HEX triplet: 80, BB and 5F. RGB value is (128,187,95). Sum of RGB (Red+Green+Blue) = 128+187+95=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BB5F is #7F44A0. Grayscale: #9F9F9F. Windows color (decimal): -8340641 or 6273920. OLE color: 6273920.

HSL color Cylindrical-coordinate representation of color #80BB5F: hue angle of 98.48º 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 #80BB5F is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB12818795-
CMYK0.3200.490.27
HSL98.48º40.35%55.29%-
HSV(B)98.48º49.2%73.33%-
XYZ28.7440.9617.22-
YUV158.8791.95105.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.22%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=31.22%
G=45.61%
B=23.17%

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
Decimal128187950.3200.490.2798.4840.3555.29
Hex80BB5F200311B622837
Octal20027313740061331425067
Binary100000001011101110111111000000110001110111100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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