Shades of Mantis #84C168
Tints of Mantis #84C168
RGB
CMYK
RGB Variations
Color information
#84C168 (or 0x84C168) is known color: Mantis. HEX triplet: 84, C1 and 68. RGB value is (132,193,104). Sum of RGB (Red+Green+Blue) = 132+193+104=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #84C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C168 is #7B3E97. Grayscale: #A4A4A4. Windows color (decimal): -8076952 or 6865284. OLE color: 6865284.
HSL color Cylindrical-coordinate representation of color #84C168: hue angle of 101.12º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84C168 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 104 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.24 |
| HSL | 101.12º | 0.42% | 0.58% | - |
| HSV(B) | 101.12º | 0.46% | 0.76% | - |
| XYZ | 31.08 | 44.04 | 19.96 | - |
| YUV | 164.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 104 | 0.32 | 0 | 0.46 | 0.24 | 101.12 | 0.42 | 0.58 |
| Hex | 84 | C1 | 68 | 20 | 0 | 2E | 18 | 65 | 2A | 3A |
| Octal | 204 | 301 | 150 | 40 | 0 | 56 | 30 | 145 | 52 | 72 |
| Binary | 10000100 | 11000001 | 1101000 | 100000 | 0 | 101110 | 11000 | 1100101 | 101010 | 111010 |
Color Harmonies of #84C168
Complementary color
Monochromatic Colors of #84C168
Black with #84C168
Text Example
Text Example
White with #84C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C168; }
p { color: rgb(132,193,104); }
H1.HeaderClassName
{
color: #84C168;
}
.AnyTagClassName
{
color: #84C168;
}
</style>
background-color css
<style>
a { background-color: #84C168; }
a { background-color: rgb(132,193,104); }
div.DivClassName
{
background-color: #84C168;
}
.BgClassName
{
background-color: #84C168;
}
</style>
border-color css
<style>
span { border-color: #84C168; }
span { border-color: rgb(132,193,104); }
td.TdClassName
{
border-color: #84C168;
}
.TagClassName
{
border-color: #84C168;
}
</style>