Shades of Mantis #84C350
Tints of Mantis #84C350
RGB
CMYK
RGB Variations
Color information
#84C350 (or 0x84C350) is known color: Mantis. HEX triplet: 84, C3 and 50. RGB value is (132,195,80). Sum of RGB (Red+Green+Blue) = 132+195+80=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #84C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C350 is #7B3CAF. Grayscale: #A3A3A3. Windows color (decimal): -8076464 or 5292932. OLE color: 5292932.
HSL color Cylindrical-coordinate representation of color #84C350: hue angle of 92.87º degrees, saturation: 0.49, 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 #84C350 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 80 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.24 |
| HSL | 92.87º | 0.49% | 0.54% | - |
| HSV(B) | 92.87º | 0.59% | 0.76% | - |
| XYZ | 30.48 | 44.51 | 14.58 | - |
| YUV | 163.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 80 | 0.32 | 0 | 0.59 | 0.24 | 92.87 | 0.49 | 0.54 |
| Hex | 84 | C3 | 50 | 20 | 0 | 3B | 18 | 5D | 31 | 36 |
| Octal | 204 | 303 | 120 | 40 | 0 | 73 | 30 | 135 | 61 | 66 |
| Binary | 10000100 | 11000011 | 1010000 | 100000 | 0 | 111011 | 11000 | 1011101 | 110001 | 110110 |
Color Harmonies of #84C350
Complementary color
Monochromatic Colors of #84C350
Black with #84C350
Text Example
Text Example
White with #84C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C350; }
p { color: rgb(132,195,80); }
H1.HeaderClassName
{
color: #84C350;
}
.AnyTagClassName
{
color: #84C350;
}
</style>
background-color css
<style>
a { background-color: #84C350; }
a { background-color: rgb(132,195,80); }
div.DivClassName
{
background-color: #84C350;
}
.BgClassName
{
background-color: #84C350;
}
</style>
border-color css
<style>
span { border-color: #84C350; }
span { border-color: rgb(132,195,80); }
td.TdClassName
{
border-color: #84C350;
}
.TagClassName
{
border-color: #84C350;
}
</style>