#81B55A

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

Shades of Mantis #81B55A

Tints of Mantis #81B55A

Color information

#81B55A (or 0x81B55A) is unknown color: approx Mantis. HEX triplet: 81, B5 and 5A. RGB value is (129,181,90). Sum of RGB (Red+Green+Blue) = 129+181+90=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #81B55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B55A is #7E4AA5. Grayscale: #9B9B9B. Windows color (decimal): -8276646 or 5944705. OLE color: 5944705.

HSL color Cylindrical-coordinate representation of color #81B55A: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81B55A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB12918190-
CMYK0.2900.500.29
HSL94.29º38.08%53.14%-
HSV(B)94.29º50.28%70.98%-
XYZ27.4238.4515.65-
YUV155.0891.27109.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=32.25%
G=45.25%
B=22.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129181900.2900.500.2994.2938.0853.14
Hex81B55A1D0321D5e2635
Octal20126513235062351364665
Binary10000001101101011011010111010110010111011011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,181,90); }

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

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

 a { background-color: rgb(129,181,90); }

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

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

 span { border-color: rgb(129,181,90); }

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