Shades of Mantis #84C250
Tints of Mantis #84C250
RGB
CMYK
RGB Variations
Color information
#84C250 (or 0x84C250) is known color: Mantis. HEX triplet: 84, C2 and 50. RGB value is (132,194,80). Sum of RGB (Red+Green+Blue) = 132+194+80=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #84C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C250 is #7B3DAF. Grayscale: #A2A2A2. Windows color (decimal): -8076720 or 5292676. OLE color: 5292676.
HSL color Cylindrical-coordinate representation of color #84C250: hue angle of 92.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84C250 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 80 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.24 |
| HSL | 92.63º | 0.48% | 0.54% | - |
| HSV(B) | 92.63º | 0.59% | 0.76% | - |
| XYZ | 30.26 | 44.07 | 14.5 | - |
| YUV | 162.47 | 81.46 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 80 | 0.32 | 0 | 0.59 | 0.24 | 92.63 | 0.48 | 0.54 |
| Hex | 84 | C2 | 50 | 20 | 0 | 3B | 18 | 5D | 30 | 36 |
| Octal | 204 | 302 | 120 | 40 | 0 | 73 | 30 | 135 | 60 | 66 |
| Binary | 10000100 | 11000010 | 1010000 | 100000 | 0 | 111011 | 11000 | 1011101 | 110000 | 110110 |
Color Harmonies of #84C250
Complementary color
Monochromatic Colors of #84C250
Black with #84C250
Text Example
Text Example
White with #84C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C250; }
p { color: rgb(132,194,80); }
H1.HeaderClassName
{
color: #84C250;
}
.AnyTagClassName
{
color: #84C250;
}
</style>
background-color css
<style>
a { background-color: #84C250; }
a { background-color: rgb(132,194,80); }
div.DivClassName
{
background-color: #84C250;
}
.BgClassName
{
background-color: #84C250;
}
</style>
border-color css
<style>
span { border-color: #84C250; }
span { border-color: rgb(132,194,80); }
td.TdClassName
{
border-color: #84C250;
}
.TagClassName
{
border-color: #84C250;
}
</style>