Shades of Mantis #84DF61
Tints of Mantis #84DF61
RGB
CMYK
RGB Variations
Color information
#84DF61 (or 0x84DF61) is known color: Mantis. HEX triplet: 84, DF and 61. RGB value is (132,223,97). Sum of RGB (Red+Green+Blue) = 132+223+97=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DF61 is #7B209E. Grayscale: #B5B5B5. Windows color (decimal): -8069279 or 6414212. OLE color: 6414212.
HSL color Cylindrical-coordinate representation of color #84DF61: hue angle of 103.33º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84DF61 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 97 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.13 |
| HSL | 103.33º | 0.66% | 0.63% | - |
| HSV(B) | 103.33º | 0.57% | 0.87% | - |
| XYZ | 38.06 | 58.54 | 20.6 | - |
| YUV | 181.43 | 80.35 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 97 | 0.41 | 0 | 0.57 | 0.13 | 103.33 | 0.66 | 0.63 |
| Hex | 84 | DF | 61 | 29 | 0 | 39 | D | 67 | 42 | 3F |
| Octal | 204 | 337 | 141 | 51 | 0 | 71 | 15 | 147 | 102 | 77 |
| Binary | 10000100 | 11011111 | 1100001 | 101001 | 0 | 111001 | 1101 | 1100111 | 1000010 | 111111 |
Color Harmonies of #84DF61
Complementary color
Monochromatic Colors of #84DF61
Black with #84DF61
Text Example
Text Example
White with #84DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DF61; }
p { color: rgb(132,223,97); }
H1.HeaderClassName
{
color: #84DF61;
}
.AnyTagClassName
{
color: #84DF61;
}
</style>
background-color css
<style>
a { background-color: #84DF61; }
a { background-color: rgb(132,223,97); }
div.DivClassName
{
background-color: #84DF61;
}
.BgClassName
{
background-color: #84DF61;
}
</style>
border-color css
<style>
span { border-color: #84DF61; }
span { border-color: rgb(132,223,97); }
td.TdClassName
{
border-color: #84DF61;
}
.TagClassName
{
border-color: #84DF61;
}
</style>