#81B947

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

Shades of Mantis #81B947

Tints of Mantis #81B947

Color information

#81B947 (or 0x81B947) is unknown color: approx Mantis. HEX triplet: 81, B9 and 47. RGB value is (129,185,71). Sum of RGB (Red+Green+Blue) = 129+185+71=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #81B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B947 is #7E46B8. Grayscale: #9B9B9B. Windows color (decimal): -8275641 or 4700545. OLE color: 4700545.

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

Color convert

RGB12918571-
CMYK0.3000.620.27
HSL89.47º44.88%50.2%-
HSV(B)89.47º61.62%72.55%-
XYZ27.5439.8212.2-
YUV155.2680.45109.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=33.51%
G=48.05%
B=18.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129185710.3000.620.2789.4744.8850.2
Hex81B9471E03E1B592d32
Octal20127110736076331315562
Binary10000001101110011000111111100111110110111011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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