Shades of Mantis #84DD61
Tints of Mantis #84DD61
RGB
CMYK
RGB Variations
Color information
#84DD61 (or 0x84DD61) is known color: Mantis. HEX triplet: 84, DD and 61. RGB value is (132,221,97). Sum of RGB (Red+Green+Blue) = 132+221+97=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD61 is #7B229E. Grayscale: #B4B4B4. Windows color (decimal): -8069791 or 6413700. OLE color: 6413700.
HSL color Cylindrical-coordinate representation of color #84DD61: hue angle of 103.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84DD61 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 97 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.13 |
| HSL | 103.06º | 0.65% | 0.62% | - |
| HSV(B) | 103.06º | 0.56% | 0.87% | - |
| XYZ | 37.53 | 57.48 | 20.43 | - |
| YUV | 180.25 | 81.01 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 97 | 0.40 | 0 | 0.56 | 0.13 | 103.06 | 0.65 | 0.62 |
| Hex | 84 | DD | 61 | 28 | 0 | 38 | D | 67 | 41 | 3E |
| Octal | 204 | 335 | 141 | 50 | 0 | 70 | 15 | 147 | 101 | 76 |
| Binary | 10000100 | 11011101 | 1100001 | 101000 | 0 | 111000 | 1101 | 1100111 | 1000001 | 111110 |
Color Harmonies of #84DD61
Complementary color
Monochromatic Colors of #84DD61
Black with #84DD61
Text Example
Text Example
White with #84DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD61; }
p { color: rgb(132,221,97); }
H1.HeaderClassName
{
color: #84DD61;
}
.AnyTagClassName
{
color: #84DD61;
}
</style>
background-color css
<style>
a { background-color: #84DD61; }
a { background-color: rgb(132,221,97); }
div.DivClassName
{
background-color: #84DD61;
}
.BgClassName
{
background-color: #84DD61;
}
</style>
border-color css
<style>
span { border-color: #84DD61; }
span { border-color: rgb(132,221,97); }
td.TdClassName
{
border-color: #84DD61;
}
.TagClassName
{
border-color: #84DD61;
}
</style>