Shades of Mantis #81D466
Tints of Mantis #81D466
RGB
CMYK
RGB Variations
Color information
#81D466 (or 0x81D466) is known color: Mantis. HEX triplet: 81, D4 and 66. RGB value is (129,212,102). Sum of RGB (Red+Green+Blue) = 129+212+102=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #81D466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D466 is #7E2B99. Grayscale: #AFAFAF. Windows color (decimal): -8268698 or 6739073. OLE color: 6739073.
HSL color Cylindrical-coordinate representation of color #81D466: hue angle of 105.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81D466 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 102 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.17 |
| HSL | 105.27º | 0.56% | 0.62% | - |
| HSV(B) | 105.27º | 0.52% | 0.83% | - |
| XYZ | 35 | 52.71 | 20.9 | - |
| YUV | 174.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 102 | 0.39 | 0 | 0.52 | 0.17 | 105.27 | 0.56 | 0.62 |
| Hex | 81 | D4 | 66 | 27 | 0 | 34 | 11 | 69 | 38 | 3E |
| Octal | 201 | 324 | 146 | 47 | 0 | 64 | 21 | 151 | 70 | 76 |
| Binary | 10000001 | 11010100 | 1100110 | 100111 | 0 | 110100 | 10001 | 1101001 | 111000 | 111110 |
Color Harmonies of #81D466
Complementary color
Monochromatic Colors of #81D466
Black with #81D466
Text Example
Text Example
White with #81D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D466; }
p { color: rgb(129,212,102); }
H1.HeaderClassName
{
color: #81D466;
}
.AnyTagClassName
{
color: #81D466;
}
</style>
background-color css
<style>
a { background-color: #81D466; }
a { background-color: rgb(129,212,102); }
div.DivClassName
{
background-color: #81D466;
}
.BgClassName
{
background-color: #81D466;
}
</style>
border-color css
<style>
span { border-color: #81D466; }
span { border-color: rgb(129,212,102); }
td.TdClassName
{
border-color: #81D466;
}
.TagClassName
{
border-color: #81D466;
}
</style>