Shades of Mantis #84BC67
Tints of Mantis #84BC67
RGB
CMYK
RGB Variations
Color information
#84BC67 (or 0x84BC67) is known color: Mantis. HEX triplet: 84, BC and 67. RGB value is (132,188,103). Sum of RGB (Red+Green+Blue) = 132+188+103=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC67 is #7B4398. Grayscale: #A1A1A1. Windows color (decimal): -8078233 or 6798468. OLE color: 6798468.
HSL color Cylindrical-coordinate representation of color #84BC67: hue angle of 99.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84BC67 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 103 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.26 |
| HSL | 99.53º | 0.39% | 0.57% | - |
| HSV(B) | 99.53º | 0.45% | 0.74% | - |
| XYZ | 29.95 | 41.85 | 19.33 | - |
| YUV | 161.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 103 | 0.30 | 0 | 0.45 | 0.26 | 99.53 | 0.39 | 0.57 |
| Hex | 84 | BC | 67 | 1E | 0 | 2D | 1A | 64 | 27 | 39 |
| Octal | 204 | 274 | 147 | 36 | 0 | 55 | 32 | 144 | 47 | 71 |
| Binary | 10000100 | 10111100 | 1100111 | 11110 | 0 | 101101 | 11010 | 1100100 | 100111 | 111001 |
Color Harmonies of #84BC67
Complementary color
Monochromatic Colors of #84BC67
Black with #84BC67
Text Example
Text Example
White with #84BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC67; }
p { color: rgb(132,188,103); }
H1.HeaderClassName
{
color: #84BC67;
}
.AnyTagClassName
{
color: #84BC67;
}
</style>
background-color css
<style>
a { background-color: #84BC67; }
a { background-color: rgb(132,188,103); }
div.DivClassName
{
background-color: #84BC67;
}
.BgClassName
{
background-color: #84BC67;
}
</style>
border-color css
<style>
span { border-color: #84BC67; }
span { border-color: rgb(132,188,103); }
td.TdClassName
{
border-color: #84BC67;
}
.TagClassName
{
border-color: #84BC67;
}
</style>