Shades of Mantis #81C950
Tints of Mantis #81C950
RGB
CMYK
RGB Variations
Color information
#81C950 (or 0x81C950) is known color: Mantis. HEX triplet: 81, C9 and 50. RGB value is (129,201,80). Sum of RGB (Red+Green+Blue) = 129+201+80=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #81C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C950 is #7E36AF. Grayscale: #A6A6A6. Windows color (decimal): -8271536 or 5294465. OLE color: 5294465.
HSL color Cylindrical-coordinate representation of color #81C950: hue angle of 95.7º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81C950 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 80 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.21 |
| HSL | 95.7º | 0.53% | 0.55% | - |
| HSV(B) | 95.7º | 0.6% | 0.79% | - |
| XYZ | 31.39 | 47.02 | 15.01 | - |
| YUV | 165.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 80 | 0.36 | 0 | 0.60 | 0.21 | 95.7 | 0.53 | 0.55 |
| Hex | 81 | C9 | 50 | 24 | 0 | 3C | 15 | 60 | 35 | 37 |
| Octal | 201 | 311 | 120 | 44 | 0 | 74 | 25 | 140 | 65 | 67 |
| Binary | 10000001 | 11001001 | 1010000 | 100100 | 0 | 111100 | 10101 | 1100000 | 110101 | 110111 |
Color Harmonies of #81C950
Complementary color
Monochromatic Colors of #81C950
Black with #81C950
Text Example
Text Example
White with #81C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C950; }
p { color: rgb(129,201,80); }
H1.HeaderClassName
{
color: #81C950;
}
.AnyTagClassName
{
color: #81C950;
}
</style>
background-color css
<style>
a { background-color: #81C950; }
a { background-color: rgb(129,201,80); }
div.DivClassName
{
background-color: #81C950;
}
.BgClassName
{
background-color: #81C950;
}
</style>
border-color css
<style>
span { border-color: #81C950; }
span { border-color: rgb(129,201,80); }
td.TdClassName
{
border-color: #81C950;
}
.TagClassName
{
border-color: #81C950;
}
</style>