Shades of Mantis #84C258
Tints of Mantis #84C258
RGB
CMYK
RGB Variations
Color information
#84C258 (or 0x84C258) is known color: Mantis. HEX triplet: 84, C2 and 58. RGB value is (132,194,88). Sum of RGB (Red+Green+Blue) = 132+194+88=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #84C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C258 is #7B3DA7. Grayscale: #A3A3A3. Windows color (decimal): -8076712 or 5816964. OLE color: 5816964.
HSL color Cylindrical-coordinate representation of color #84C258: hue angle of 95.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84C258 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 88 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.24 |
| HSL | 95.09º | 0.46% | 0.55% | - |
| HSV(B) | 95.09º | 0.55% | 0.76% | - |
| XYZ | 30.57 | 44.19 | 16.15 | - |
| YUV | 163.38 | 85.46 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 88 | 0.32 | 0 | 0.55 | 0.24 | 95.09 | 0.46 | 0.55 |
| Hex | 84 | C2 | 58 | 20 | 0 | 37 | 18 | 5F | 2E | 37 |
| Octal | 204 | 302 | 130 | 40 | 0 | 67 | 30 | 137 | 56 | 67 |
| Binary | 10000100 | 11000010 | 1011000 | 100000 | 0 | 110111 | 11000 | 1011111 | 101110 | 110111 |
Color Harmonies of #84C258
Complementary color
Monochromatic Colors of #84C258
Black with #84C258
Text Example
Text Example
White with #84C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C258; }
p { color: rgb(132,194,88); }
H1.HeaderClassName
{
color: #84C258;
}
.AnyTagClassName
{
color: #84C258;
}
</style>
background-color css
<style>
a { background-color: #84C258; }
a { background-color: rgb(132,194,88); }
div.DivClassName
{
background-color: #84C258;
}
.BgClassName
{
background-color: #84C258;
}
</style>
border-color css
<style>
span { border-color: #84C258; }
span { border-color: rgb(132,194,88); }
td.TdClassName
{
border-color: #84C258;
}
.TagClassName
{
border-color: #84C258;
}
</style>