#81B261

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

Shades of Mantis #81B261

Tints of Mantis #81B261

Color information

#81B261 (or 0x81B261) is unknown color: approx Mantis. HEX triplet: 81, B2 and 61. RGB value is (129,178,97). Sum of RGB (Red+Green+Blue) = 129+178+97=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #81B261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B261 is #7E4D9E. Grayscale: #9A9A9A. Windows color (decimal): -8277407 or 6402689. OLE color: 6402689.

HSL color Cylindrical-coordinate representation of color #81B261: hue angle of 96.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81B261 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB12917897-
CMYK0.2800.460.30
HSL96.3º34.47%53.92%-
HSV(B)96.3º45.51%69.8%-
XYZ27.1337.3717.09-
YUV154.1195.77110.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=31.93%
G=44.06%
B=24.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129178970.2800.460.3096.334.4753.92
Hex81B2611C02E1E602236
Octal20126214134056361404266
Binary10000001101100101100001111000101110111101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,178,97); }

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

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

 a { background-color: rgb(129,178,97); }

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

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

 span { border-color: rgb(129,178,97); }

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