Shades of Mantis #84D06B
Tints of Mantis #84D06B
RGB
CMYK
RGB Variations
Color information
#84D06B (or 0x84D06B) is known color: Mantis. HEX triplet: 84, D0 and 6B. RGB value is (132,208,107). Sum of RGB (Red+Green+Blue) = 132+208+107=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #84D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D06B is #7B2F94. Grayscale: #AEAEAE. Windows color (decimal): -8073109 or 7065732. OLE color: 7065732.
HSL color Cylindrical-coordinate representation of color #84D06B: hue angle of 105.15º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84D06B is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 107 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.18 |
| HSL | 105.15º | 0.52% | 0.62% | - |
| HSV(B) | 105.15º | 0.49% | 0.82% | - |
| XYZ | 34.73 | 51.08 | 21.94 | - |
| YUV | 173.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 107 | 0.37 | 0 | 0.49 | 0.18 | 105.15 | 0.52 | 0.62 |
| Hex | 84 | D0 | 6B | 25 | 0 | 31 | 12 | 69 | 34 | 3E |
| Octal | 204 | 320 | 153 | 45 | 0 | 61 | 22 | 151 | 64 | 76 |
| Binary | 10000100 | 11010000 | 1101011 | 100101 | 0 | 110001 | 10010 | 1101001 | 110100 | 111110 |
Color Harmonies of #84D06B
Complementary color
Monochromatic Colors of #84D06B
Black with #84D06B
Text Example
Text Example
White with #84D06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D06B; }
p { color: rgb(132,208,107); }
H1.HeaderClassName
{
color: #84D06B;
}
.AnyTagClassName
{
color: #84D06B;
}
</style>
background-color css
<style>
a { background-color: #84D06B; }
a { background-color: rgb(132,208,107); }
div.DivClassName
{
background-color: #84D06B;
}
.BgClassName
{
background-color: #84D06B;
}
</style>
border-color css
<style>
span { border-color: #84D06B; }
span { border-color: rgb(132,208,107); }
td.TdClassName
{
border-color: #84D06B;
}
.TagClassName
{
border-color: #84D06B;
}
</style>