Shades of Mantis #84BC65
Tints of Mantis #84BC65
RGB
CMYK
RGB Variations
Color information
#84BC65 (or 0x84BC65) is known color: Mantis. HEX triplet: 84, BC and 65. RGB value is (132,188,101). Sum of RGB (Red+Green+Blue) = 132+188+101=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC65 is #7B439A. Grayscale: #A1A1A1. Windows color (decimal): -8078235 or 6667396. OLE color: 6667396.
HSL color Cylindrical-coordinate representation of color #84BC65: hue angle of 98.62º 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 #84BC65 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 101 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.26 |
| HSL | 98.62º | 0.39% | 0.57% | - |
| HSV(B) | 98.62º | 0.46% | 0.74% | - |
| XYZ | 29.85 | 41.81 | 18.81 | - |
| YUV | 161.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 101 | 0.30 | 0 | 0.46 | 0.26 | 98.62 | 0.39 | 0.57 |
| Hex | 84 | BC | 65 | 1E | 0 | 2E | 1A | 63 | 27 | 39 |
| Octal | 204 | 274 | 145 | 36 | 0 | 56 | 32 | 143 | 47 | 71 |
| Binary | 10000100 | 10111100 | 1100101 | 11110 | 0 | 101110 | 11010 | 1100011 | 100111 | 111001 |
Color Harmonies of #84BC65
Complementary color
Monochromatic Colors of #84BC65
Black with #84BC65
Text Example
Text Example
White with #84BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC65; }
p { color: rgb(132,188,101); }
H1.HeaderClassName
{
color: #84BC65;
}
.AnyTagClassName
{
color: #84BC65;
}
</style>
background-color css
<style>
a { background-color: #84BC65; }
a { background-color: rgb(132,188,101); }
div.DivClassName
{
background-color: #84BC65;
}
.BgClassName
{
background-color: #84BC65;
}
</style>
border-color css
<style>
span { border-color: #84BC65; }
span { border-color: rgb(132,188,101); }
td.TdClassName
{
border-color: #84BC65;
}
.TagClassName
{
border-color: #84BC65;
}
</style>