Shades of Mantis #81D365
Tints of Mantis #81D365
RGB
CMYK
RGB Variations
Color information
#81D365 (or 0x81D365) is known color: Mantis. HEX triplet: 81, D3 and 65. RGB value is (129,211,101). Sum of RGB (Red+Green+Blue) = 129+211+101=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #81D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D365 is #7E2C9A. Grayscale: #AEAEAE. Windows color (decimal): -8268955 or 6673281. OLE color: 6673281.
HSL color Cylindrical-coordinate representation of color #81D365: hue angle of 104.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81D365 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 101 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.17 |
| HSL | 104.73º | 0.56% | 0.61% | - |
| HSV(B) | 104.73º | 0.52% | 0.83% | - |
| XYZ | 34.7 | 52.2 | 20.56 | - |
| YUV | 173.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 101 | 0.39 | 0 | 0.52 | 0.17 | 104.73 | 0.56 | 0.61 |
| Hex | 81 | D3 | 65 | 27 | 0 | 34 | 11 | 69 | 38 | 3D |
| Octal | 201 | 323 | 145 | 47 | 0 | 64 | 21 | 151 | 70 | 75 |
| Binary | 10000001 | 11010011 | 1100101 | 100111 | 0 | 110100 | 10001 | 1101001 | 111000 | 111101 |
Color Harmonies of #81D365
Complementary color
Monochromatic Colors of #81D365
Black with #81D365
Text Example
Text Example
White with #81D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D365; }
p { color: rgb(129,211,101); }
H1.HeaderClassName
{
color: #81D365;
}
.AnyTagClassName
{
color: #81D365;
}
</style>
background-color css
<style>
a { background-color: #81D365; }
a { background-color: rgb(129,211,101); }
div.DivClassName
{
background-color: #81D365;
}
.BgClassName
{
background-color: #81D365;
}
</style>
border-color css
<style>
span { border-color: #81D365; }
span { border-color: rgb(129,211,101); }
td.TdClassName
{
border-color: #81D365;
}
.TagClassName
{
border-color: #81D365;
}
</style>