#81BD6F

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

Shades of Mantis #81BD6F

Tints of Mantis #81BD6F

Color information

#81BD6F (or 0x81BD6F) is unknown color: approx Mantis. HEX triplet: 81, BD and 6F. RGB value is (129,189,111). Sum of RGB (Red+Green+Blue) = 129+189+111=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD6F is #7E4290. Grayscale: #A2A2A2. Windows color (decimal): -8274577 or 7323009. OLE color: 7323009.

HSL color Cylindrical-coordinate representation of color #81BD6F: hue angle of 106.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BD6F is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB129189111-
CMYK0.3200.410.26
HSL106.15º37.14%58.82%-
HSV(B)106.15º41.27%74.12%-
XYZ30.1242.2121.6-
YUV162.1799.12104.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=30.07%
G=44.06%
B=25.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291891110.3200.410.26106.1537.1458.82
Hex81BD6F200291A6a253b
Octal20127515740051321524573
Binary100000011011110111011111000000101001110101101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,111); }

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

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

 a { background-color: rgb(129,189,111); }

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

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

 span { border-color: rgb(129,189,111); }

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