Shades of Mantis #84DC62
Tints of Mantis #84DC62
RGB
CMYK
RGB Variations
Color information
#84DC62 (or 0x84DC62) is known color: Mantis. HEX triplet: 84, DC and 62. RGB value is (132,220,98). Sum of RGB (Red+Green+Blue) = 132+220+98=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC62 is #7B239D. Grayscale: #B4B4B4. Windows color (decimal): -8070046 or 6478980. OLE color: 6478980.
HSL color Cylindrical-coordinate representation of color #84DC62: hue angle of 103.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84DC62 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 98 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.14 |
| HSL | 103.28º | 0.64% | 0.62% | - |
| HSV(B) | 103.28º | 0.55% | 0.86% | - |
| XYZ | 37.31 | 56.97 | 20.59 | - |
| YUV | 179.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 98 | 0.40 | 0 | 0.55 | 0.14 | 103.28 | 0.64 | 0.62 |
| Hex | 84 | DC | 62 | 28 | 0 | 37 | E | 67 | 40 | 3E |
| Octal | 204 | 334 | 142 | 50 | 0 | 67 | 16 | 147 | 100 | 76 |
| Binary | 10000100 | 11011100 | 1100010 | 101000 | 0 | 110111 | 1110 | 1100111 | 1000000 | 111110 |
Color Harmonies of #84DC62
Complementary color
Monochromatic Colors of #84DC62
Black with #84DC62
Text Example
Text Example
White with #84DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC62; }
p { color: rgb(132,220,98); }
H1.HeaderClassName
{
color: #84DC62;
}
.AnyTagClassName
{
color: #84DC62;
}
</style>
background-color css
<style>
a { background-color: #84DC62; }
a { background-color: rgb(132,220,98); }
div.DivClassName
{
background-color: #84DC62;
}
.BgClassName
{
background-color: #84DC62;
}
</style>
border-color css
<style>
span { border-color: #84DC62; }
span { border-color: rgb(132,220,98); }
td.TdClassName
{
border-color: #84DC62;
}
.TagClassName
{
border-color: #84DC62;
}
</style>