#81BB6F

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

Shades of Mantis #81BB6F

Tints of Mantis #81BB6F

Color information

#81BB6F (or 0x81BB6F) is unknown color: approx Mantis. HEX triplet: 81, BB and 6F. RGB value is (129,187,111). Sum of RGB (Red+Green+Blue) = 129+187+111=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB6F is #7E4490. Grayscale: #A1A1A1. Windows color (decimal): -8275089 or 7322497. OLE color: 7322497.

HSL color Cylindrical-coordinate representation of color #81BB6F: hue angle of 105.79º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BB6F is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB129187111-
CMYK0.3100.410.27
HSL105.79º35.85%58.43%-
HSV(B)105.79º40.64%73.33%-
XYZ29.6941.3621.46-
YUV160.9999.78105.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=30.21%
G=43.79%
B=26.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291871110.3100.410.27105.7935.8558.43
Hex81BB6F1F0291B6a243a
Octal20127315737051331524472
Binary10000001101110111101111111110101001110111101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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