Shades of Mantis #84DC65
Tints of Mantis #84DC65
RGB
CMYK
RGB Variations
Color information
#84DC65 (or 0x84DC65) is known color: Mantis. HEX triplet: 84, DC and 65. RGB value is (132,220,101). Sum of RGB (Red+Green+Blue) = 132+220+101=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC65 is #7B239A. Grayscale: #B4B4B4. Windows color (decimal): -8070043 or 6675588. OLE color: 6675588.
HSL color Cylindrical-coordinate representation of color #84DC65: hue angle of 104.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84DC65 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 101 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.14 |
| HSL | 104.37º | 0.63% | 0.63% | - |
| HSV(B) | 104.37º | 0.54% | 0.86% | - |
| XYZ | 37.46 | 57.03 | 21.35 | - |
| YUV | 180.12 | 83.35 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 101 | 0.40 | 0 | 0.54 | 0.14 | 104.37 | 0.63 | 0.63 |
| Hex | 84 | DC | 65 | 28 | 0 | 36 | E | 68 | 3F | 3F |
| Octal | 204 | 334 | 145 | 50 | 0 | 66 | 16 | 150 | 77 | 77 |
| Binary | 10000100 | 11011100 | 1100101 | 101000 | 0 | 110110 | 1110 | 1101000 | 111111 | 111111 |
Color Harmonies of #84DC65
Complementary color
Monochromatic Colors of #84DC65
Black with #84DC65
Text Example
Text Example
White with #84DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC65; }
p { color: rgb(132,220,101); }
H1.HeaderClassName
{
color: #84DC65;
}
.AnyTagClassName
{
color: #84DC65;
}
</style>
background-color css
<style>
a { background-color: #84DC65; }
a { background-color: rgb(132,220,101); }
div.DivClassName
{
background-color: #84DC65;
}
.BgClassName
{
background-color: #84DC65;
}
</style>
border-color css
<style>
span { border-color: #84DC65; }
span { border-color: rgb(132,220,101); }
td.TdClassName
{
border-color: #84DC65;
}
.TagClassName
{
border-color: #84DC65;
}
</style>