Shades of Mantis #84C066
Tints of Mantis #84C066
RGB
CMYK
RGB Variations
Color information
#84C066 (or 0x84C066) is known color: Mantis. HEX triplet: 84, C0 and 66. RGB value is (132,192,102). Sum of RGB (Red+Green+Blue) = 132+192+102=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #84C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C066 is #7B3F99. Grayscale: #A4A4A4. Windows color (decimal): -8077210 or 6733956. OLE color: 6733956.
HSL color Cylindrical-coordinate representation of color #84C066: hue angle of 100º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84C066 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 102 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.25 |
| HSL | 100º | 0.42% | 0.58% | - |
| HSV(B) | 100º | 0.47% | 0.75% | - |
| XYZ | 30.76 | 43.56 | 19.36 | - |
| YUV | 163.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 102 | 0.31 | 0 | 0.47 | 0.25 | 100 | 0.42 | 0.58 |
| Hex | 84 | C0 | 66 | 1F | 0 | 2F | 19 | 64 | 2A | 3A |
| Octal | 204 | 300 | 146 | 37 | 0 | 57 | 31 | 144 | 52 | 72 |
| Binary | 10000100 | 11000000 | 1100110 | 11111 | 0 | 101111 | 11001 | 1100100 | 101010 | 111010 |
Color Harmonies of #84C066
Complementary color
Monochromatic Colors of #84C066
Black with #84C066
Text Example
Text Example
White with #84C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C066; }
p { color: rgb(132,192,102); }
H1.HeaderClassName
{
color: #84C066;
}
.AnyTagClassName
{
color: #84C066;
}
</style>
background-color css
<style>
a { background-color: #84C066; }
a { background-color: rgb(132,192,102); }
div.DivClassName
{
background-color: #84C066;
}
.BgClassName
{
background-color: #84C066;
}
</style>
border-color css
<style>
span { border-color: #84C066; }
span { border-color: rgb(132,192,102); }
td.TdClassName
{
border-color: #84C066;
}
.TagClassName
{
border-color: #84C066;
}
</style>