Shades of Mantis #81C070
Tints of Mantis #81C070
RGB
CMYK
RGB Variations
Color information
#81C070 (or 0x81C070) is known color: Mantis. HEX triplet: 81, C0 and 70. RGB value is (129,192,112). Sum of RGB (Red+Green+Blue) = 129+192+112=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #81C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C070 is #7E3F8F. Grayscale: #A4A4A4. Windows color (decimal): -8273808 or 7389313. OLE color: 7389313.
HSL color Cylindrical-coordinate representation of color #81C070: hue angle of 107.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81C070 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 112 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.25 |
| HSL | 107.25º | 0.39% | 0.6% | - |
| HSV(B) | 107.25º | 0.42% | 0.75% | - |
| XYZ | 30.83 | 43.54 | 22.11 | - |
| YUV | 164.04 | 98.63 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 112 | 0.33 | 0 | 0.42 | 0.25 | 107.25 | 0.39 | 0.6 |
| Hex | 81 | C0 | 70 | 21 | 0 | 2A | 19 | 6B | 27 | 3C |
| Octal | 201 | 300 | 160 | 41 | 0 | 52 | 31 | 153 | 47 | 74 |
| Binary | 10000001 | 11000000 | 1110000 | 100001 | 0 | 101010 | 11001 | 1101011 | 100111 | 111100 |
Color Harmonies of #81C070
Complementary color
Monochromatic Colors of #81C070
Black with #81C070
Text Example
Text Example
White with #81C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C070; }
p { color: rgb(129,192,112); }
H1.HeaderClassName
{
color: #81C070;
}
.AnyTagClassName
{
color: #81C070;
}
</style>
background-color css
<style>
a { background-color: #81C070; }
a { background-color: rgb(129,192,112); }
div.DivClassName
{
background-color: #81C070;
}
.BgClassName
{
background-color: #81C070;
}
</style>
border-color css
<style>
span { border-color: #81C070; }
span { border-color: rgb(129,192,112); }
td.TdClassName
{
border-color: #81C070;
}
.TagClassName
{
border-color: #81C070;
}
</style>