Shades of Mantis #81D06A
Tints of Mantis #81D06A
RGB
CMYK
RGB Variations
Color information
#81D06A (or 0x81D06A) is known color: Mantis. HEX triplet: 81, D0 and 6A. RGB value is (129,208,106). Sum of RGB (Red+Green+Blue) = 129+208+106=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #81D06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D06A is #7E2F95. Grayscale: #ADADAD. Windows color (decimal): -8269718 or 7000193. OLE color: 7000193.
HSL color Cylindrical-coordinate representation of color #81D06A: hue angle of 106.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D06A is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 106 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.18 |
| HSL | 106.47º | 0.52% | 0.62% | - |
| HSV(B) | 106.47º | 0.49% | 0.82% | - |
| XYZ | 34.21 | 50.82 | 21.64 | - |
| YUV | 172.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 106 | 0.38 | 0 | 0.49 | 0.18 | 106.47 | 0.52 | 0.62 |
| Hex | 81 | D0 | 6A | 26 | 0 | 31 | 12 | 6A | 34 | 3E |
| Octal | 201 | 320 | 152 | 46 | 0 | 61 | 22 | 152 | 64 | 76 |
| Binary | 10000001 | 11010000 | 1101010 | 100110 | 0 | 110001 | 10010 | 1101010 | 110100 | 111110 |
Color Harmonies of #81D06A
Complementary color
Monochromatic Colors of #81D06A
Black with #81D06A
Text Example
Text Example
White with #81D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D06A; }
p { color: rgb(129,208,106); }
H1.HeaderClassName
{
color: #81D06A;
}
.AnyTagClassName
{
color: #81D06A;
}
</style>
background-color css
<style>
a { background-color: #81D06A; }
a { background-color: rgb(129,208,106); }
div.DivClassName
{
background-color: #81D06A;
}
.BgClassName
{
background-color: #81D06A;
}
</style>
border-color css
<style>
span { border-color: #81D06A; }
span { border-color: rgb(129,208,106); }
td.TdClassName
{
border-color: #81D06A;
}
.TagClassName
{
border-color: #81D06A;
}
</style>