#81B461

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

Shades of Mantis #81B461

Tints of Mantis #81B461

Color information

#81B461 (or 0x81B461) is unknown color: approx Mantis. HEX triplet: 81, B4 and 61. RGB value is (129,180,97). Sum of RGB (Red+Green+Blue) = 129+180+97=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #81B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B461 is #7E4B9E. Grayscale: #9B9B9B. Windows color (decimal): -8276895 or 6403201. OLE color: 6403201.

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

Color convert

RGB12918097-
CMYK0.2800.460.29
HSL96.87º35.62%54.31%-
HSV(B)96.87º46.11%70.59%-
XYZ27.5338.1717.23-
YUV155.2995.1109.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 180 (70.70% from 255) = 44.33%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=31.77%
G=44.33%
B=23.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129180970.2800.460.2996.8735.6254.31
Hex81B4611C02E1D612436
Octal20126414134056351414466
Binary10000001101101001100001111000101110111011100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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