#81BE56

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

Shades of Mantis #81BE56

Tints of Mantis #81BE56

Color information

#81BE56 (or 0x81BE56) is unknown color: approx Mantis. HEX triplet: 81, BE and 56. RGB value is (129,190,86). Sum of RGB (Red+Green+Blue) = 129+190+86=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE56 is #7E41A9. Grayscale: #A0A0A0. Windows color (decimal): -8274346 or 5684865. OLE color: 5684865.

HSL color Cylindrical-coordinate representation of color #81BE56: hue angle of 95.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81BE56 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB12919086-
CMYK0.3200.550.25
HSL95.19º44.44%54.12%-
HSV(B)95.19º54.74%74.51%-
XYZ29.1542.1715.41-
YUV159.986.29105.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 190 (74.61% from 255) = 46.91%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=31.85%
G=46.91%
B=21.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129190860.3200.550.2595.1944.4454.12
Hex81BE5620037195f2c36
Octal20127612640067311375466
Binary100000011011111010101101000000110111110011011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,86); }

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

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

 a { background-color: rgb(129,190,86); }

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

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

 span { border-color: rgb(129,190,86); }

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