Shades of Mantis #81D55B
Tints of Mantis #81D55B
RGB
CMYK
RGB Variations
Color information
#81D55B (or 0x81D55B) is known color: Mantis. HEX triplet: 81, D5 and 5B. RGB value is (129,213,91). Sum of RGB (Red+Green+Blue) = 129+213+91=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #81D55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D55B is #7E2AA4. Grayscale: #AEAEAE. Windows color (decimal): -8268453 or 6018433. OLE color: 6018433.
HSL color Cylindrical-coordinate representation of color #81D55B: hue angle of 101.31º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81D55B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 91 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.16 |
| HSL | 101.31º | 0.59% | 0.6% | - |
| HSV(B) | 101.31º | 0.57% | 0.84% | - |
| XYZ | 34.74 | 53.01 | 18.3 | - |
| YUV | 173.98 | 81.17 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 91 | 0.39 | 0 | 0.57 | 0.16 | 101.31 | 0.59 | 0.6 |
| Hex | 81 | D5 | 5B | 27 | 0 | 39 | 10 | 65 | 3B | 3C |
| Octal | 201 | 325 | 133 | 47 | 0 | 71 | 20 | 145 | 73 | 74 |
| Binary | 10000001 | 11010101 | 1011011 | 100111 | 0 | 111001 | 10000 | 1100101 | 111011 | 111100 |
Color Harmonies of #81D55B
Complementary color
Monochromatic Colors of #81D55B
Black with #81D55B
Text Example
Text Example
White with #81D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D55B; }
p { color: rgb(129,213,91); }
H1.HeaderClassName
{
color: #81D55B;
}
.AnyTagClassName
{
color: #81D55B;
}
</style>
background-color css
<style>
a { background-color: #81D55B; }
a { background-color: rgb(129,213,91); }
div.DivClassName
{
background-color: #81D55B;
}
.BgClassName
{
background-color: #81D55B;
}
</style>
border-color css
<style>
span { border-color: #81D55B; }
span { border-color: rgb(129,213,91); }
td.TdClassName
{
border-color: #81D55B;
}
.TagClassName
{
border-color: #81D55B;
}
</style>