Shades of Mantis #84BC6B
Tints of Mantis #84BC6B
RGB
CMYK
RGB Variations
Color information
#84BC6B (or 0x84BC6B) is known color: Mantis. HEX triplet: 84, BC and 6B. RGB value is (132,188,107). Sum of RGB (Red+Green+Blue) = 132+188+107=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC6B is #7B4394. Grayscale: #A2A2A2. Windows color (decimal): -8078229 or 7060612. OLE color: 7060612.
HSL color Cylindrical-coordinate representation of color #84BC6B: hue angle of 101.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84BC6B is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 107 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.26 |
| HSL | 101.48º | 0.38% | 0.58% | - |
| HSV(B) | 101.48º | 0.43% | 0.74% | - |
| XYZ | 30.15 | 41.93 | 20.41 | - |
| YUV | 162.02 | 96.95 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 107 | 0.30 | 0 | 0.43 | 0.26 | 101.48 | 0.38 | 0.58 |
| Hex | 84 | BC | 6B | 1E | 0 | 2B | 1A | 65 | 26 | 3A |
| Octal | 204 | 274 | 153 | 36 | 0 | 53 | 32 | 145 | 46 | 72 |
| Binary | 10000100 | 10111100 | 1101011 | 11110 | 0 | 101011 | 11010 | 1100101 | 100110 | 111010 |
Color Harmonies of #84BC6B
Complementary color
Monochromatic Colors of #84BC6B
Black with #84BC6B
Text Example
Text Example
White with #84BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC6B; }
p { color: rgb(132,188,107); }
H1.HeaderClassName
{
color: #84BC6B;
}
.AnyTagClassName
{
color: #84BC6B;
}
</style>
background-color css
<style>
a { background-color: #84BC6B; }
a { background-color: rgb(132,188,107); }
div.DivClassName
{
background-color: #84BC6B;
}
.BgClassName
{
background-color: #84BC6B;
}
</style>
border-color css
<style>
span { border-color: #84BC6B; }
span { border-color: rgb(132,188,107); }
td.TdClassName
{
border-color: #84BC6B;
}
.TagClassName
{
border-color: #84BC6B;
}
</style>