#81B45A

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

Shades of Mantis #81B45A

Tints of Mantis #81B45A

Color information

#81B45A (or 0x81B45A) is unknown color: approx Mantis. HEX triplet: 81, B4 and 5A. RGB value is (129,180,90). Sum of RGB (Red+Green+Blue) = 129+180+90=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #81B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B45A is #7E4BA5. Grayscale: #9A9A9A. Windows color (decimal): -8276902 or 5944449. OLE color: 5944449.

HSL color Cylindrical-coordinate representation of color #81B45A: hue angle of 94º 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 #81B45A is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB12918090-
CMYK0.2800.500.29
HSL94º37.5%52.94%-
HSV(B)94º50%70.59%-
XYZ27.2238.0515.58-
YUV154.4991.6109.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=32.33%
G=45.11%
B=22.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180900.2800.500.299437.552.94
Hex81B45A1C0321D5e2635
Octal20126413234062351364665
Binary10000001101101001011010111000110010111011011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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