#81BA46

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

Shades of Mantis #81BA46

Tints of Mantis #81BA46

Color information

#81BA46 (or 0x81BA46) is unknown color: approx Mantis. HEX triplet: 81, BA and 46. RGB value is (129,186,70). Sum of RGB (Red+Green+Blue) = 129+186+70=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA46 is #7E45B9. Grayscale: #9C9C9C. Windows color (decimal): -8275386 or 4635265. OLE color: 4635265.

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

Color convert

RGB12918670-
CMYK0.3100.620.27
HSL89.48º45.67%50.2%-
HSV(B)89.48º62.37%72.94%-
XYZ27.7240.2312.1-
YUV155.7379.62108.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=33.51%
G=48.31%
B=18.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129186700.3100.620.2789.4845.6750.2
Hex81BA461F03E1B592e32
Octal20127210637076331315662
Binary10000001101110101000110111110111110110111011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BA46; }

 p { color: rgb(129,186,70); }

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

<style>
 a { background-color: #81BA46; }

 a { background-color: rgb(129,186,70); }

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

<style>
 span { border-color: #81BA46; }

 span { border-color: rgb(129,186,70); }

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