Shades of Mantis #84BC46
Tints of Mantis #84BC46
RGB
CMYK
RGB Variations
Color information
#84BC46 (or 0x84BC46) is known color: Mantis. HEX triplet: 84, BC and 46. RGB value is (132,188,70). Sum of RGB (Red+Green+Blue) = 132+188+70=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC46 is #7B43B9. Grayscale: #9E9E9E. Windows color (decimal): -8078266 or 4635780. OLE color: 4635780.
HSL color Cylindrical-coordinate representation of color #84BC46: hue angle of 88.47º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84BC46 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 70 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.26 |
| HSL | 88.47º | 0.47% | 0.51% | - |
| HSV(B) | 88.47º | 0.63% | 0.74% | - |
| XYZ | 28.6 | 41.31 | 12.26 | - |
| YUV | 157.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 70 | 0.30 | 0 | 0.63 | 0.26 | 88.47 | 0.47 | 0.51 |
| Hex | 84 | BC | 46 | 1E | 0 | 3F | 1A | 58 | 2F | 33 |
| Octal | 204 | 274 | 106 | 36 | 0 | 77 | 32 | 130 | 57 | 63 |
| Binary | 10000100 | 10111100 | 1000110 | 11110 | 0 | 111111 | 11010 | 1011000 | 101111 | 110011 |
Color Harmonies of #84BC46
Complementary color
Monochromatic Colors of #84BC46
Black with #84BC46
Text Example
Text Example
White with #84BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC46; }
p { color: rgb(132,188,70); }
H1.HeaderClassName
{
color: #84BC46;
}
.AnyTagClassName
{
color: #84BC46;
}
</style>
background-color css
<style>
a { background-color: #84BC46; }
a { background-color: rgb(132,188,70); }
div.DivClassName
{
background-color: #84BC46;
}
.BgClassName
{
background-color: #84BC46;
}
</style>
border-color css
<style>
span { border-color: #84BC46; }
span { border-color: rgb(132,188,70); }
td.TdClassName
{
border-color: #84BC46;
}
.TagClassName
{
border-color: #84BC46;
}
</style>