Shades of Mantis #84C167
Tints of Mantis #84C167
RGB
CMYK
RGB Variations
Color information
#84C167 (or 0x84C167) is known color: Mantis. HEX triplet: 84, C1 and 67. RGB value is (132,193,103). Sum of RGB (Red+Green+Blue) = 132+193+103=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #84C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C167 is #7B3E98. Grayscale: #A4A4A4. Windows color (decimal): -8076953 or 6799748. OLE color: 6799748.
HSL color Cylindrical-coordinate representation of color #84C167: hue angle of 100.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84C167 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 103 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.24 |
| HSL | 100.67º | 0.42% | 0.58% | - |
| HSV(B) | 100.67º | 0.47% | 0.76% | - |
| XYZ | 31.03 | 44.02 | 19.69 | - |
| YUV | 164.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 103 | 0.32 | 0 | 0.47 | 0.24 | 100.67 | 0.42 | 0.58 |
| Hex | 84 | C1 | 67 | 20 | 0 | 2F | 18 | 65 | 2A | 3A |
| Octal | 204 | 301 | 147 | 40 | 0 | 57 | 30 | 145 | 52 | 72 |
| Binary | 10000100 | 11000001 | 1100111 | 100000 | 0 | 101111 | 11000 | 1100101 | 101010 | 111010 |
Color Harmonies of #84C167
Complementary color
Monochromatic Colors of #84C167
Black with #84C167
Text Example
Text Example
White with #84C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C167; }
p { color: rgb(132,193,103); }
H1.HeaderClassName
{
color: #84C167;
}
.AnyTagClassName
{
color: #84C167;
}
</style>
background-color css
<style>
a { background-color: #84C167; }
a { background-color: rgb(132,193,103); }
div.DivClassName
{
background-color: #84C167;
}
.BgClassName
{
background-color: #84C167;
}
</style>
border-color css
<style>
span { border-color: #84C167; }
span { border-color: rgb(132,193,103); }
td.TdClassName
{
border-color: #84C167;
}
.TagClassName
{
border-color: #84C167;
}
</style>