#81B363

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

Shades of Mantis #81B363

Tints of Mantis #81B363

Color information

#81B363 (or 0x81B363) is unknown color: approx Mantis. HEX triplet: 81, B3 and 63. RGB value is (129,179,99). Sum of RGB (Red+Green+Blue) = 129+179+99=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #81B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B363 is #7E4C9C. Grayscale: #9B9B9B. Windows color (decimal): -8277149 or 6534017. OLE color: 6534017.

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

Color convert

RGB12917999-
CMYK0.2800.450.30
HSL97.5º34.48%54.51%-
HSV(B)97.5º44.69%70.2%-
XYZ27.4337.8117.66-
YUV154.9396.44109.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=31.70%
G=43.98%
B=24.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129179990.2800.450.3097.534.4854.51
Hex81B3631C02D1E612237
Octal20126314334055361414267
Binary10000001101100111100011111000101101111101100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,179,99); }

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

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

 a { background-color: rgb(129,179,99); }

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

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

 span { border-color: rgb(129,179,99); }

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