#81BA47

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

Shades of Mantis #81BA47

Tints of Mantis #81BA47

Color information

#81BA47 (or 0x81BA47) is unknown color: approx Mantis. HEX triplet: 81, BA and 47. RGB value is (129,186,71). Sum of RGB (Red+Green+Blue) = 129+186+71=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA47 is #7E45B8. Grayscale: #9C9C9C. Windows color (decimal): -8275385 or 4700801. OLE color: 4700801.

HSL color Cylindrical-coordinate representation of color #81BA47: hue angle of 89.74º degrees, saturation: 0.45, 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 #81BA47 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB12918671-
CMYK0.3100.620.27
HSL89.74º45.45%50.39%-
HSV(B)89.74º61.83%72.94%-
XYZ27.7540.2412.27-
YUV155.8580.12108.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 186 (73.05% from 255) = 48.19%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=33.42%
G=48.19%
B=18.39%

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
Decimal129186710.3100.620.2789.7445.4550.39
Hex81BA471F03E1B5a2d32
Octal20127210737076331325562
Binary10000001101110101000111111110111110110111011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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