Shades of Mantis #81C966
Tints of Mantis #81C966
RGB
CMYK
RGB Variations
Color information
#81C966 (or 0x81C966) is known color: Mantis. HEX triplet: 81, C9 and 66. RGB value is (129,201,102). Sum of RGB (Red+Green+Blue) = 129+201+102=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #81C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C966 is #7E3699. Grayscale: #A8A8A8. Windows color (decimal): -8271514 or 6736257. OLE color: 6736257.
HSL color Cylindrical-coordinate representation of color #81C966: hue angle of 103.64º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81C966 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 102 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.21 |
| HSL | 103.64º | 0.48% | 0.59% | - |
| HSV(B) | 103.64º | 0.49% | 0.79% | - |
| XYZ | 32.34 | 47.4 | 20.02 | - |
| YUV | 168.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 102 | 0.36 | 0 | 0.49 | 0.21 | 103.64 | 0.48 | 0.59 |
| Hex | 81 | C9 | 66 | 24 | 0 | 31 | 15 | 68 | 30 | 3B |
| Octal | 201 | 311 | 146 | 44 | 0 | 61 | 25 | 150 | 60 | 73 |
| Binary | 10000001 | 11001001 | 1100110 | 100100 | 0 | 110001 | 10101 | 1101000 | 110000 | 111011 |
Color Harmonies of #81C966
Complementary color
Monochromatic Colors of #81C966
Black with #81C966
Text Example
Text Example
White with #81C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C966; }
p { color: rgb(129,201,102); }
H1.HeaderClassName
{
color: #81C966;
}
.AnyTagClassName
{
color: #81C966;
}
</style>
background-color css
<style>
a { background-color: #81C966; }
a { background-color: rgb(129,201,102); }
div.DivClassName
{
background-color: #81C966;
}
.BgClassName
{
background-color: #81C966;
}
</style>
border-color css
<style>
span { border-color: #81C966; }
span { border-color: rgb(129,201,102); }
td.TdClassName
{
border-color: #81C966;
}
.TagClassName
{
border-color: #81C966;
}
</style>