#81B467

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

Shades of Mantis #81B467

Tints of Mantis #81B467

Color information

#81B467 (or 0x81B467) is unknown color: approx Mantis. HEX triplet: 81, B4 and 67. RGB value is (129,180,103). Sum of RGB (Red+Green+Blue) = 129+180+103=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #81B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B467 is #7E4B98. Grayscale: #9C9C9C. Windows color (decimal): -8276889 or 6796417. OLE color: 6796417.

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

Color convert

RGB129180103-
CMYK0.2800.430.29
HSL99.74º33.92%55.49%-
HSV(B)99.74º42.78%70.59%-
XYZ27.8238.2918.76-
YUV155.9798.1108.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 103 (40.62% from 255) = 25%
R=31.31%
G=43.69%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1291801030.2800.430.2999.7433.9255.49
Hex81B4671C02B1D642237
Octal20126414734053351444267
Binary10000001101101001100111111000101011111011100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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