Shades of Mantis #84C04B
Tints of Mantis #84C04B
RGB
CMYK
RGB Variations
Color information
#84C04B (or 0x84C04B) is known color: Mantis. HEX triplet: 84, C0 and 4B. RGB value is (132,192,75). Sum of RGB (Red+Green+Blue) = 132+192+75=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #84C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C04B is #7B3FB4. Grayscale: #A1A1A1. Windows color (decimal): -8077237 or 4964484. OLE color: 4964484.
HSL color Cylindrical-coordinate representation of color #84C04B: hue angle of 90.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84C04B is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 75 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.25 |
| HSL | 90.77º | 0.48% | 0.52% | - |
| HSV(B) | 90.77º | 0.61% | 0.75% | - |
| XYZ | 29.64 | 43.11 | 13.42 | - |
| YUV | 160.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 75 | 0.31 | 0 | 0.61 | 0.25 | 90.77 | 0.48 | 0.52 |
| Hex | 84 | C0 | 4B | 1F | 0 | 3D | 19 | 5B | 30 | 34 |
| Octal | 204 | 300 | 113 | 37 | 0 | 75 | 31 | 133 | 60 | 64 |
| Binary | 10000100 | 11000000 | 1001011 | 11111 | 0 | 111101 | 11001 | 1011011 | 110000 | 110100 |
Color Harmonies of #84C04B
Complementary color
Monochromatic Colors of #84C04B
Black with #84C04B
Text Example
Text Example
White with #84C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C04B; }
p { color: rgb(132,192,75); }
H1.HeaderClassName
{
color: #84C04B;
}
.AnyTagClassName
{
color: #84C04B;
}
</style>
background-color css
<style>
a { background-color: #84C04B; }
a { background-color: rgb(132,192,75); }
div.DivClassName
{
background-color: #84C04B;
}
.BgClassName
{
background-color: #84C04B;
}
</style>
border-color css
<style>
span { border-color: #84C04B; }
span { border-color: rgb(132,192,75); }
td.TdClassName
{
border-color: #84C04B;
}
.TagClassName
{
border-color: #84C04B;
}
</style>