Shades of Mantis #81CB55
Tints of Mantis #81CB55
RGB
CMYK
RGB Variations
Color information
#81CB55 (or 0x81CB55) is known color: Mantis. HEX triplet: 81, CB and 55. RGB value is (129,203,85). Sum of RGB (Red+Green+Blue) = 129+203+85=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB55 is #7E34AA. Grayscale: #A7A7A7. Windows color (decimal): -8271019 or 5622657. OLE color: 5622657.
HSL color Cylindrical-coordinate representation of color #81CB55: hue angle of 97.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81CB55 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 85 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.20 |
| HSL | 97.63º | 0.53% | 0.56% | - |
| HSV(B) | 97.63º | 0.58% | 0.8% | - |
| XYZ | 32.05 | 48.03 | 16.18 | - |
| YUV | 167.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 85 | 0.36 | 0 | 0.58 | 0.20 | 97.63 | 0.53 | 0.56 |
| Hex | 81 | CB | 55 | 24 | 0 | 3A | 14 | 62 | 35 | 38 |
| Octal | 201 | 313 | 125 | 44 | 0 | 72 | 24 | 142 | 65 | 70 |
| Binary | 10000001 | 11001011 | 1010101 | 100100 | 0 | 111010 | 10100 | 1100010 | 110101 | 111000 |
Color Harmonies of #81CB55
Complementary color
Monochromatic Colors of #81CB55
Black with #81CB55
Text Example
Text Example
White with #81CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB55; }
p { color: rgb(129,203,85); }
H1.HeaderClassName
{
color: #81CB55;
}
.AnyTagClassName
{
color: #81CB55;
}
</style>
background-color css
<style>
a { background-color: #81CB55; }
a { background-color: rgb(129,203,85); }
div.DivClassName
{
background-color: #81CB55;
}
.BgClassName
{
background-color: #81CB55;
}
</style>
border-color css
<style>
span { border-color: #81CB55; }
span { border-color: rgb(129,203,85); }
td.TdClassName
{
border-color: #81CB55;
}
.TagClassName
{
border-color: #81CB55;
}
</style>