#80B65F

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

Shades of Mantis #80B65F

Tints of Mantis #80B65F

Color information

#80B65F (or 0x80B65F) is unknown color: approx Mantis. HEX triplet: 80, B6 and 5F. RGB value is (128,182,95). Sum of RGB (Red+Green+Blue) = 128+182+95=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #80B65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B65F is #7F49A0. Grayscale: #9C9C9C. Windows color (decimal): -8341921 or 6272640. OLE color: 6272640.

HSL color Cylindrical-coordinate representation of color #80B65F: hue angle of 97.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80B65F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB12818295-
CMYK0.3000.480.29
HSL97.24º37.34%54.31%-
HSV(B)97.24º47.8%71.37%-
XYZ27.738.8716.87-
YUV155.9493.61108.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=31.60%
G=44.94%
B=23.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128182950.3000.480.2997.2437.3454.31
Hex80B65F1E0301D612536
Octal20026613736060351414566
Binary10000000101101101011111111100110000111011100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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