#80B750

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

Shades of Mantis #80B750

Tints of Mantis #80B750

Color information

#80B750 (or 0x80B750) is unknown color: approx Mantis. HEX triplet: 80, B7 and 50. RGB value is (128,183,80). Sum of RGB (Red+Green+Blue) = 128+183+80=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #80B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B750 is #7F48AF. Grayscale: #9B9B9B. Windows color (decimal): -8341680 or 5289856. OLE color: 5289856.

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

Color convert

RGB12818380-
CMYK0.3000.560.28
HSL92.04º41.7%51.57%-
HSV(B)92.04º56.28%71.76%-
XYZ27.2839.0413.69-
YUV154.8185.78108.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=32.74%
G=46.80%
B=20.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128183800.3000.560.2892.0441.751.57
Hex80B7501E0381C5c2a34
Octal20026712036070341345264
Binary10000000101101111010000111100111000111001011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,183,80); }

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

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

 a { background-color: rgb(128,183,80); }

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

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

 span { border-color: rgb(128,183,80); }

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