Shades of Mantis #81CC53
Tints of Mantis #81CC53
RGB
CMYK
RGB Variations
Color information
#81CC53 (or 0x81CC53) is known color: Mantis. HEX triplet: 81, CC and 53. RGB value is (129,204,83). Sum of RGB (Red+Green+Blue) = 129+204+83=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC53 is #7E33AC. Grayscale: #A8A8A8. Windows color (decimal): -8270765 or 5491841. OLE color: 5491841.
HSL color Cylindrical-coordinate representation of color #81CC53: hue angle of 97.19º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81CC53 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 83 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.2 |
| HSL | 97.19º | 0.54% | 0.56% | - |
| HSV(B) | 97.19º | 0.59% | 0.8% | - |
| XYZ | 32.21 | 48.48 | 15.84 | - |
| YUV | 167.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 83 | 0.37 | 0 | 0.59 | 0.2 | 97.19 | 0.54 | 0.56 |
| Hex | 81 | CC | 53 | 25 | 0 | 3B | 14 | 61 | 36 | 38 |
| Octal | 201 | 314 | 123 | 45 | 0 | 73 | 24 | 141 | 66 | 70 |
| Binary | 10000001 | 11001100 | 1010011 | 100101 | 0 | 111011 | 10100 | 1100001 | 110110 | 111000 |
Color Harmonies of #81CC53
Complementary color
Monochromatic Colors of #81CC53
Black with #81CC53
Text Example
Text Example
White with #81CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC53; }
p { color: rgb(129,204,83); }
H1.HeaderClassName
{
color: #81CC53;
}
.AnyTagClassName
{
color: #81CC53;
}
</style>
background-color css
<style>
a { background-color: #81CC53; }
a { background-color: rgb(129,204,83); }
div.DivClassName
{
background-color: #81CC53;
}
.BgClassName
{
background-color: #81CC53;
}
</style>
border-color css
<style>
span { border-color: #81CC53; }
span { border-color: rgb(129,204,83); }
td.TdClassName
{
border-color: #81CC53;
}
.TagClassName
{
border-color: #81CC53;
}
</style>