Shades of Mantis #81D254
Tints of Mantis #81D254
RGB
CMYK
RGB Variations
Color information
#81D254 (or 0x81D254) is known color: Mantis. HEX triplet: 81, D2 and 54. RGB value is (129,210,84). Sum of RGB (Red+Green+Blue) = 129+210+84=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #81D254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D254 is #7E2DAB. Grayscale: #ABABAB. Windows color (decimal): -8269228 or 5558913. OLE color: 5558913.
HSL color Cylindrical-coordinate representation of color #81D254: hue angle of 98.57º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81D254 is Cyan = 0.39, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 84 | - |
| CMYK | 0.39 | 0 | 0.6 | 0.18 |
| HSL | 98.57º | 0.58% | 0.58% | - |
| HSV(B) | 98.57º | 0.6% | 0.82% | - |
| XYZ | 33.7 | 51.4 | 16.53 | - |
| YUV | 171.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 84 | 0.39 | 0 | 0.6 | 0.18 | 98.57 | 0.58 | 0.58 |
| Hex | 81 | D2 | 54 | 27 | 0 | 3C | 12 | 63 | 3A | 3A |
| Octal | 201 | 322 | 124 | 47 | 0 | 74 | 22 | 143 | 72 | 72 |
| Binary | 10000001 | 11010010 | 1010100 | 100111 | 0 | 111100 | 10010 | 1100011 | 111010 | 111010 |
Color Harmonies of #81D254
Complementary color
Monochromatic Colors of #81D254
Black with #81D254
Text Example
Text Example
White with #81D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D254; }
p { color: rgb(129,210,84); }
H1.HeaderClassName
{
color: #81D254;
}
.AnyTagClassName
{
color: #81D254;
}
</style>
background-color css
<style>
a { background-color: #81D254; }
a { background-color: rgb(129,210,84); }
div.DivClassName
{
background-color: #81D254;
}
.BgClassName
{
background-color: #81D254;
}
</style>
border-color css
<style>
span { border-color: #81D254; }
span { border-color: rgb(129,210,84); }
td.TdClassName
{
border-color: #81D254;
}
.TagClassName
{
border-color: #81D254;
}
</style>