#80BA44

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

Shades of Mantis #80BA44

Tints of Mantis #80BA44

Color information

#80BA44 (or 0x80BA44) is unknown color: approx Mantis. HEX triplet: 80, BA and 44. RGB value is (128,186,68). Sum of RGB (Red+Green+Blue) = 128+186+68=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA44 is #7F45BB. Grayscale: #9B9B9B. Windows color (decimal): -8340924 or 4504192. OLE color: 4504192.

HSL color Cylindrical-coordinate representation of color #80BA44: hue angle of 89.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80BA44 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB12818668-
CMYK0.3100.630.27
HSL89.49º46.46%49.8%-
HSV(B)89.49º63.44%72.94%-
XYZ27.540.1211.76-
YUV155.2178.78108.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 186 (73.05% from 255) = 48.69%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=33.51%
G=48.69%
B=17.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128186680.3100.630.2789.4946.4649.8
Hex80BA441F03F1B592e32
Octal20027210437077331315662
Binary10000000101110101000100111110111111110111011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,186,68); }

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

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

 a { background-color: rgb(128,186,68); }

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

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

 span { border-color: rgb(128,186,68); }

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