#80B84F

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

Shades of Mantis #80B84F

Tints of Mantis #80B84F

Color information

#80B84F (or 0x80B84F) is unknown color: approx Mantis. HEX triplet: 80, B8 and 4F. RGB value is (128,184,79). Sum of RGB (Red+Green+Blue) = 128+184+79=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #80B84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B84F is #7F47B0. Grayscale: #9B9B9B. Windows color (decimal): -8341425 or 5224576. OLE color: 5224576.

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

Color convert

RGB12818479-
CMYK0.3000.570.28
HSL92º42.51%51.57%-
HSV(B)92º57.07%72.16%-
XYZ27.4539.4313.56-
YUV155.2984.95108.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=32.74%
G=47.06%
B=20.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128184790.3000.570.289242.5151.57
Hex80B84F1E0391C5c2b34
Octal20027011736071341345364
Binary10000000101110001001111111100111001111001011100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,79); }

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

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

 a { background-color: rgb(128,184,79); }

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

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

 span { border-color: rgb(128,184,79); }

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