Shades of Mantis #81D069
Tints of Mantis #81D069
RGB
CMYK
RGB Variations
Color information
#81D069 (or 0x81D069) is known color: Mantis. HEX triplet: 81, D0 and 69. RGB value is (129,208,105). Sum of RGB (Red+Green+Blue) = 129+208+105=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #81D069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D069 is #7E2F96. Grayscale: #ACACAC. Windows color (decimal): -8269719 or 6934657. OLE color: 6934657.
HSL color Cylindrical-coordinate representation of color #81D069: hue angle of 106.02º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81D069 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 105 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.18 |
| HSL | 106.02º | 0.52% | 0.61% | - |
| HSV(B) | 106.02º | 0.5% | 0.82% | - |
| XYZ | 34.16 | 50.8 | 21.37 | - |
| YUV | 172.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 105 | 0.38 | 0 | 0.50 | 0.18 | 106.02 | 0.52 | 0.61 |
| Hex | 81 | D0 | 69 | 26 | 0 | 32 | 12 | 6A | 34 | 3D |
| Octal | 201 | 320 | 151 | 46 | 0 | 62 | 22 | 152 | 64 | 75 |
| Binary | 10000001 | 11010000 | 1101001 | 100110 | 0 | 110010 | 10010 | 1101010 | 110100 | 111101 |
Color Harmonies of #81D069
Complementary color
Monochromatic Colors of #81D069
Black with #81D069
Text Example
Text Example
White with #81D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D069; }
p { color: rgb(129,208,105); }
H1.HeaderClassName
{
color: #81D069;
}
.AnyTagClassName
{
color: #81D069;
}
</style>
background-color css
<style>
a { background-color: #81D069; }
a { background-color: rgb(129,208,105); }
div.DivClassName
{
background-color: #81D069;
}
.BgClassName
{
background-color: #81D069;
}
</style>
border-color css
<style>
span { border-color: #81D069; }
span { border-color: rgb(129,208,105); }
td.TdClassName
{
border-color: #81D069;
}
.TagClassName
{
border-color: #81D069;
}
</style>