Shades of Mantis #84D044
Tints of Mantis #84D044
RGB
CMYK
RGB Variations
Color information
#84D044 (or 0x84D044) is known color: Mantis. HEX triplet: 84, D0 and 44. RGB value is (132,208,68). Sum of RGB (Red+Green+Blue) = 132+208+68=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #84D044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D044 is #7B2FBB. Grayscale: #A9A9A9. Windows color (decimal): -8073148 or 4509828. OLE color: 4509828.
HSL color Cylindrical-coordinate representation of color #84D044: hue angle of 92.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84D044 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 68 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.18 |
| HSL | 92.57º | 0.6% | 0.54% | - |
| HSV(B) | 92.57º | 0.67% | 0.82% | - |
| XYZ | 33.11 | 50.43 | 13.46 | - |
| YUV | 169.32 | 70.82 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 68 | 0.37 | 0 | 0.67 | 0.18 | 92.57 | 0.6 | 0.54 |
| Hex | 84 | D0 | 44 | 25 | 0 | 43 | 12 | 5D | 3C | 36 |
| Octal | 204 | 320 | 104 | 45 | 0 | 103 | 22 | 135 | 74 | 66 |
| Binary | 10000100 | 11010000 | 1000100 | 100101 | 0 | 1000011 | 10010 | 1011101 | 111100 | 110110 |
Color Harmonies of #84D044
Complementary color
Monochromatic Colors of #84D044
Black with #84D044
Text Example
Text Example
White with #84D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D044; }
p { color: rgb(132,208,68); }
H1.HeaderClassName
{
color: #84D044;
}
.AnyTagClassName
{
color: #84D044;
}
</style>
background-color css
<style>
a { background-color: #84D044; }
a { background-color: rgb(132,208,68); }
div.DivClassName
{
background-color: #84D044;
}
.BgClassName
{
background-color: #84D044;
}
</style>
border-color css
<style>
span { border-color: #84D044; }
span { border-color: rgb(132,208,68); }
td.TdClassName
{
border-color: #84D044;
}
.TagClassName
{
border-color: #84D044;
}
</style>