Shades of Mantis #84C06B
Tints of Mantis #84C06B
RGB
CMYK
RGB Variations
Color information
#84C06B (or 0x84C06B) is known color: Mantis. HEX triplet: 84, C0 and 6B. RGB value is (132,192,107). Sum of RGB (Red+Green+Blue) = 132+192+107=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #84C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C06B is #7B3F94. Grayscale: #A4A4A4. Windows color (decimal): -8077205 or 7061636. OLE color: 7061636.
HSL color Cylindrical-coordinate representation of color #84C06B: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84C06B is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 107 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.25 |
| HSL | 102.35º | 0.4% | 0.59% | - |
| HSV(B) | 102.35º | 0.44% | 0.75% | - |
| XYZ | 31.02 | 43.67 | 20.7 | - |
| YUV | 164.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 107 | 0.31 | 0 | 0.44 | 0.25 | 102.35 | 0.4 | 0.59 |
| Hex | 84 | C0 | 6B | 1F | 0 | 2C | 19 | 66 | 28 | 3B |
| Octal | 204 | 300 | 153 | 37 | 0 | 54 | 31 | 146 | 50 | 73 |
| Binary | 10000100 | 11000000 | 1101011 | 11111 | 0 | 101100 | 11001 | 1100110 | 101000 | 111011 |
Color Harmonies of #84C06B
Complementary color
Monochromatic Colors of #84C06B
Black with #84C06B
Text Example
Text Example
White with #84C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C06B; }
p { color: rgb(132,192,107); }
H1.HeaderClassName
{
color: #84C06B;
}
.AnyTagClassName
{
color: #84C06B;
}
</style>
background-color css
<style>
a { background-color: #84C06B; }
a { background-color: rgb(132,192,107); }
div.DivClassName
{
background-color: #84C06B;
}
.BgClassName
{
background-color: #84C06B;
}
</style>
border-color css
<style>
span { border-color: #84C06B; }
span { border-color: rgb(132,192,107); }
td.TdClassName
{
border-color: #84C06B;
}
.TagClassName
{
border-color: #84C06B;
}
</style>