Shades of Mantis #84D254
Tints of Mantis #84D254
RGB
CMYK
RGB Variations
Color information
#84D254 (or 0x84D254) is known color: Mantis. HEX triplet: 84, D2 and 54. RGB value is (132,210,84). Sum of RGB (Red+Green+Blue) = 132+210+84=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #84D254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D254 is #7B2DAB. Grayscale: #ACACAC. Windows color (decimal): -8072620 or 5558916. OLE color: 5558916.
HSL color Cylindrical-coordinate representation of color #84D254: hue angle of 97.14º 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 #84D254 is Cyan = 0.37, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 84 | - |
| CMYK | 0.37 | 0 | 0.6 | 0.18 |
| HSL | 97.14º | 0.58% | 0.58% | - |
| HSV(B) | 97.14º | 0.6% | 0.82% | - |
| XYZ | 34.16 | 51.64 | 16.55 | - |
| YUV | 172.31 | 78.16 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 84 | 0.37 | 0 | 0.6 | 0.18 | 97.14 | 0.58 | 0.58 |
| Hex | 84 | D2 | 54 | 25 | 0 | 3C | 12 | 61 | 3A | 3A |
| Octal | 204 | 322 | 124 | 45 | 0 | 74 | 22 | 141 | 72 | 72 |
| Binary | 10000100 | 11010010 | 1010100 | 100101 | 0 | 111100 | 10010 | 1100001 | 111010 | 111010 |
Color Harmonies of #84D254
Complementary color
Monochromatic Colors of #84D254
Black with #84D254
Text Example
Text Example
White with #84D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D254; }
p { color: rgb(132,210,84); }
H1.HeaderClassName
{
color: #84D254;
}
.AnyTagClassName
{
color: #84D254;
}
</style>
background-color css
<style>
a { background-color: #84D254; }
a { background-color: rgb(132,210,84); }
div.DivClassName
{
background-color: #84D254;
}
.BgClassName
{
background-color: #84D254;
}
</style>
border-color css
<style>
span { border-color: #84D254; }
span { border-color: rgb(132,210,84); }
td.TdClassName
{
border-color: #84D254;
}
.TagClassName
{
border-color: #84D254;
}
</style>