Shades of Mantis #81E950
Tints of Mantis #81E950
RGB
CMYK
RGB Variations
Color information
#81E950 (or 0x81E950) is known color: Mantis. HEX triplet: 81, E9 and 50. RGB value is (129,233,80). Sum of RGB (Red+Green+Blue) = 129+233+80=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #81E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E950 is #7E16AF. Grayscale: #B8B8B8. Windows color (decimal): -8263344 or 5302657. OLE color: 5302657.
HSL color Cylindrical-coordinate representation of color #81E950: hue angle of 100.78º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81E950 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 233 | 80 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.09 |
| HSL | 100.78º | 0.78% | 0.61% | - |
| HSV(B) | 100.78º | 0.66% | 0.91% | - |
| XYZ | 39.64 | 63.52 | 17.76 | - |
| YUV | 184.46 | 69.04 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 233 | 80 | 0.45 | 0 | 0.66 | 0.09 | 100.78 | 0.78 | 0.61 |
| Hex | 81 | E9 | 50 | 2D | 0 | 42 | 9 | 65 | 4E | 3D |
| Octal | 201 | 351 | 120 | 55 | 0 | 102 | 11 | 145 | 116 | 75 |
| Binary | 10000001 | 11101001 | 1010000 | 101101 | 0 | 1000010 | 1001 | 1100101 | 1001110 | 111101 |
Color Harmonies of #81E950
Complementary color
Monochromatic Colors of #81E950
Black with #81E950
Text Example
Text Example
White with #81E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E950; }
p { color: rgb(129,233,80); }
H1.HeaderClassName
{
color: #81E950;
}
.AnyTagClassName
{
color: #81E950;
}
</style>
background-color css
<style>
a { background-color: #81E950; }
a { background-color: rgb(129,233,80); }
div.DivClassName
{
background-color: #81E950;
}
.BgClassName
{
background-color: #81E950;
}
</style>
border-color css
<style>
span { border-color: #81E950; }
span { border-color: rgb(129,233,80); }
td.TdClassName
{
border-color: #81E950;
}
.TagClassName
{
border-color: #81E950;
}
</style>