Shades of Mantis #81ED53
Tints of Mantis #81ED53
RGB
CMYK
RGB Variations
Color information
#81ED53 (or 0x81ED53) is known color: Mantis. HEX triplet: 81, ED and 53. RGB value is (129,237,83). Sum of RGB (Red+Green+Blue) = 129+237+83=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81ED53 is #7E12AC. Grayscale: #BBBBBB. Windows color (decimal): -8262317 or 5500289. OLE color: 5500289.
HSL color Cylindrical-coordinate representation of color #81ED53: hue angle of 102.08º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81ED53 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 83 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.07 |
| HSL | 102.08º | 0.81% | 0.63% | - |
| HSV(B) | 102.08º | 0.65% | 0.93% | - |
| XYZ | 40.9 | 65.86 | 18.74 | - |
| YUV | 187.15 | 69.22 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 83 | 0.46 | 0 | 0.65 | 0.07 | 102.08 | 0.81 | 0.63 |
| Hex | 81 | ED | 53 | 2E | 0 | 41 | 7 | 66 | 51 | 3F |
| Octal | 201 | 355 | 123 | 56 | 0 | 101 | 7 | 146 | 121 | 77 |
| Binary | 10000001 | 11101101 | 1010011 | 101110 | 0 | 1000001 | 111 | 1100110 | 1010001 | 111111 |
Color Harmonies of #81ED53
Complementary color
Monochromatic Colors of #81ED53
Black with #81ED53
Text Example
Text Example
White with #81ED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED53; }
p { color: rgb(129,237,83); }
H1.HeaderClassName
{
color: #81ED53;
}
.AnyTagClassName
{
color: #81ED53;
}
</style>
background-color css
<style>
a { background-color: #81ED53; }
a { background-color: rgb(129,237,83); }
div.DivClassName
{
background-color: #81ED53;
}
.BgClassName
{
background-color: #81ED53;
}
</style>
border-color css
<style>
span { border-color: #81ED53; }
span { border-color: rgb(129,237,83); }
td.TdClassName
{
border-color: #81ED53;
}
.TagClassName
{
border-color: #81ED53;
}
</style>