Shades of Mantis #81BE6F
Tints of Mantis #81BE6F
RGB
CMYK
RGB Variations
Color information
#81BE6F (or 0x81BE6F) is known color: Mantis. HEX triplet: 81, BE and 6F. RGB value is (129,190,111). Sum of RGB (Red+Green+Blue) = 129+190+111=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE6F is #7E4190. Grayscale: #A3A3A3. Windows color (decimal): -8274321 or 7323265. OLE color: 7323265.
HSL color Cylindrical-coordinate representation of color #81BE6F: hue angle of 106.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BE6F is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 111 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.25 |
| HSL | 106.33º | 0.38% | 0.59% | - |
| HSV(B) | 106.33º | 0.42% | 0.75% | - |
| XYZ | 30.34 | 42.64 | 21.67 | - |
| YUV | 162.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 111 | 0.32 | 0 | 0.42 | 0.25 | 106.33 | 0.38 | 0.59 |
| Hex | 81 | BE | 6F | 20 | 0 | 2A | 19 | 6A | 26 | 3B |
| Octal | 201 | 276 | 157 | 40 | 0 | 52 | 31 | 152 | 46 | 73 |
| Binary | 10000001 | 10111110 | 1101111 | 100000 | 0 | 101010 | 11001 | 1101010 | 100110 | 111011 |
Color Harmonies of #81BE6F
Complementary color
Monochromatic Colors of #81BE6F
Black with #81BE6F
Text Example
Text Example
White with #81BE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE6F; }
p { color: rgb(129,190,111); }
H1.HeaderClassName
{
color: #81BE6F;
}
.AnyTagClassName
{
color: #81BE6F;
}
</style>
background-color css
<style>
a { background-color: #81BE6F; }
a { background-color: rgb(129,190,111); }
div.DivClassName
{
background-color: #81BE6F;
}
.BgClassName
{
background-color: #81BE6F;
}
</style>
border-color css
<style>
span { border-color: #81BE6F; }
span { border-color: rgb(129,190,111); }
td.TdClassName
{
border-color: #81BE6F;
}
.TagClassName
{
border-color: #81BE6F;
}
</style>