Shades of Mantis #81D053
Tints of Mantis #81D053
RGB
CMYK
RGB Variations
Color information
#81D053 (or 0x81D053) is known color: Mantis. HEX triplet: 81, D0 and 53. RGB value is (129,208,83). Sum of RGB (Red+Green+Blue) = 129+208+83=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #81D053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D053 is #7E2FAC. Grayscale: #AAAAAA. Windows color (decimal): -8269741 or 5492865. OLE color: 5492865.
HSL color Cylindrical-coordinate representation of color #81D053: hue angle of 97.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81D053 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 83 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.18 |
| HSL | 97.92º | 0.57% | 0.57% | - |
| HSV(B) | 97.92º | 0.6% | 0.82% | - |
| XYZ | 33.17 | 50.4 | 16.16 | - |
| YUV | 170.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 83 | 0.38 | 0 | 0.60 | 0.18 | 97.92 | 0.57 | 0.57 |
| Hex | 81 | D0 | 53 | 26 | 0 | 3C | 12 | 62 | 39 | 39 |
| Octal | 201 | 320 | 123 | 46 | 0 | 74 | 22 | 142 | 71 | 71 |
| Binary | 10000001 | 11010000 | 1010011 | 100110 | 0 | 111100 | 10010 | 1100010 | 111001 | 111001 |
Color Harmonies of #81D053
Complementary color
Monochromatic Colors of #81D053
Black with #81D053
Text Example
Text Example
White with #81D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D053; }
p { color: rgb(129,208,83); }
H1.HeaderClassName
{
color: #81D053;
}
.AnyTagClassName
{
color: #81D053;
}
</style>
background-color css
<style>
a { background-color: #81D053; }
a { background-color: rgb(129,208,83); }
div.DivClassName
{
background-color: #81D053;
}
.BgClassName
{
background-color: #81D053;
}
</style>
border-color css
<style>
span { border-color: #81D053; }
span { border-color: rgb(129,208,83); }
td.TdClassName
{
border-color: #81D053;
}
.TagClassName
{
border-color: #81D053;
}
</style>