Shades of Mantis #81D550
Tints of Mantis #81D550
RGB
CMYK
RGB Variations
Color information
#81D550 (or 0x81D550) is known color: Mantis. HEX triplet: 81, D5 and 50. RGB value is (129,213,80). Sum of RGB (Red+Green+Blue) = 129+213+80=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #81D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D550 is #7E2AAF. Grayscale: #ADADAD. Windows color (decimal): -8268464 or 5297537. OLE color: 5297537.
HSL color Cylindrical-coordinate representation of color #81D550: hue angle of 97.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81D550 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 80 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.16 |
| HSL | 97.89º | 0.61% | 0.57% | - |
| HSV(B) | 97.89º | 0.62% | 0.84% | - |
| XYZ | 34.3 | 52.83 | 15.98 | - |
| YUV | 172.72 | 75.67 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 80 | 0.39 | 0 | 0.62 | 0.16 | 97.89 | 0.61 | 0.57 |
| Hex | 81 | D5 | 50 | 27 | 0 | 3E | 10 | 62 | 3D | 39 |
| Octal | 201 | 325 | 120 | 47 | 0 | 76 | 20 | 142 | 75 | 71 |
| Binary | 10000001 | 11010101 | 1010000 | 100111 | 0 | 111110 | 10000 | 1100010 | 111101 | 111001 |
Color Harmonies of #81D550
Complementary color
Monochromatic Colors of #81D550
Black with #81D550
Text Example
Text Example
White with #81D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D550; }
p { color: rgb(129,213,80); }
H1.HeaderClassName
{
color: #81D550;
}
.AnyTagClassName
{
color: #81D550;
}
</style>
background-color css
<style>
a { background-color: #81D550; }
a { background-color: rgb(129,213,80); }
div.DivClassName
{
background-color: #81D550;
}
.BgClassName
{
background-color: #81D550;
}
</style>
border-color css
<style>
span { border-color: #81D550; }
span { border-color: rgb(129,213,80); }
td.TdClassName
{
border-color: #81D550;
}
.TagClassName
{
border-color: #81D550;
}
</style>