Shades of Mantis #84DC60
Tints of Mantis #84DC60
RGB
CMYK
RGB Variations
Color information
#84DC60 (or 0x84DC60) is known color: Mantis. HEX triplet: 84, DC and 60. RGB value is (132,220,96). Sum of RGB (Red+Green+Blue) = 132+220+96=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC60 is #7B239F. Grayscale: #B3B3B3. Windows color (decimal): -8070048 or 6347908. OLE color: 6347908.
HSL color Cylindrical-coordinate representation of color #84DC60: hue angle of 102.58º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84DC60 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 96 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.14 |
| HSL | 102.58º | 0.64% | 0.62% | - |
| HSV(B) | 102.58º | 0.56% | 0.86% | - |
| XYZ | 37.22 | 56.94 | 20.09 | - |
| YUV | 179.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 96 | 0.40 | 0 | 0.56 | 0.14 | 102.58 | 0.64 | 0.62 |
| Hex | 84 | DC | 60 | 28 | 0 | 38 | E | 67 | 40 | 3E |
| Octal | 204 | 334 | 140 | 50 | 0 | 70 | 16 | 147 | 100 | 76 |
| Binary | 10000100 | 11011100 | 1100000 | 101000 | 0 | 111000 | 1110 | 1100111 | 1000000 | 111110 |
Color Harmonies of #84DC60
Complementary color
Monochromatic Colors of #84DC60
Black with #84DC60
Text Example
Text Example
White with #84DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC60; }
p { color: rgb(132,220,96); }
H1.HeaderClassName
{
color: #84DC60;
}
.AnyTagClassName
{
color: #84DC60;
}
</style>
background-color css
<style>
a { background-color: #84DC60; }
a { background-color: rgb(132,220,96); }
div.DivClassName
{
background-color: #84DC60;
}
.BgClassName
{
background-color: #84DC60;
}
</style>
border-color css
<style>
span { border-color: #84DC60; }
span { border-color: rgb(132,220,96); }
td.TdClassName
{
border-color: #84DC60;
}
.TagClassName
{
border-color: #84DC60;
}
</style>