Shades of Mantis #84BC66
Tints of Mantis #84BC66
RGB
CMYK
RGB Variations
Color information
#84BC66 (or 0x84BC66) is known color: Mantis. HEX triplet: 84, BC and 66. RGB value is (132,188,102). Sum of RGB (Red+Green+Blue) = 132+188+102=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC66 is #7B4399. Grayscale: #A1A1A1. Windows color (decimal): -8078234 or 6732932. OLE color: 6732932.
HSL color Cylindrical-coordinate representation of color #84BC66: hue angle of 99.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84BC66 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 102 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.26 |
| HSL | 99.07º | 0.39% | 0.57% | - |
| HSV(B) | 99.07º | 0.46% | 0.74% | - |
| XYZ | 29.9 | 41.83 | 19.07 | - |
| YUV | 161.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 102 | 0.30 | 0 | 0.46 | 0.26 | 99.07 | 0.39 | 0.57 |
| Hex | 84 | BC | 66 | 1E | 0 | 2E | 1A | 63 | 27 | 39 |
| Octal | 204 | 274 | 146 | 36 | 0 | 56 | 32 | 143 | 47 | 71 |
| Binary | 10000100 | 10111100 | 1100110 | 11110 | 0 | 101110 | 11010 | 1100011 | 100111 | 111001 |
Color Harmonies of #84BC66
Complementary color
Monochromatic Colors of #84BC66
Black with #84BC66
Text Example
Text Example
White with #84BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC66; }
p { color: rgb(132,188,102); }
H1.HeaderClassName
{
color: #84BC66;
}
.AnyTagClassName
{
color: #84BC66;
}
</style>
background-color css
<style>
a { background-color: #84BC66; }
a { background-color: rgb(132,188,102); }
div.DivClassName
{
background-color: #84BC66;
}
.BgClassName
{
background-color: #84BC66;
}
</style>
border-color css
<style>
span { border-color: #84BC66; }
span { border-color: rgb(132,188,102); }
td.TdClassName
{
border-color: #84BC66;
}
.TagClassName
{
border-color: #84BC66;
}
</style>