Shades of Mantis #81CE51
Tints of Mantis #81CE51
RGB
CMYK
RGB Variations
Color information
#81CE51 (or 0x81CE51) is known color: Mantis. HEX triplet: 81, CE and 51. RGB value is (129,206,81). Sum of RGB (Red+Green+Blue) = 129+206+81=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE51 is #7E31AE. Grayscale: #A9A9A9. Windows color (decimal): -8270255 or 5361281. OLE color: 5361281.
HSL color Cylindrical-coordinate representation of color #81CE51: hue angle of 96.96º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81CE51 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 81 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.19 |
| HSL | 96.96º | 0.56% | 0.56% | - |
| HSV(B) | 96.96º | 0.61% | 0.81% | - |
| XYZ | 32.61 | 49.4 | 15.6 | - |
| YUV | 168.73 | 78.49 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 81 | 0.37 | 0 | 0.61 | 0.19 | 96.96 | 0.56 | 0.56 |
| Hex | 81 | CE | 51 | 25 | 0 | 3D | 13 | 61 | 38 | 38 |
| Octal | 201 | 316 | 121 | 45 | 0 | 75 | 23 | 141 | 70 | 70 |
| Binary | 10000001 | 11001110 | 1010001 | 100101 | 0 | 111101 | 10011 | 1100001 | 111000 | 111000 |
Color Harmonies of #81CE51
Complementary color
Monochromatic Colors of #81CE51
Black with #81CE51
Text Example
Text Example
White with #81CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE51; }
p { color: rgb(129,206,81); }
H1.HeaderClassName
{
color: #81CE51;
}
.AnyTagClassName
{
color: #81CE51;
}
</style>
background-color css
<style>
a { background-color: #81CE51; }
a { background-color: rgb(129,206,81); }
div.DivClassName
{
background-color: #81CE51;
}
.BgClassName
{
background-color: #81CE51;
}
</style>
border-color css
<style>
span { border-color: #81CE51; }
span { border-color: rgb(129,206,81); }
td.TdClassName
{
border-color: #81CE51;
}
.TagClassName
{
border-color: #81CE51;
}
</style>