Shades of Mantis #84CA58
Tints of Mantis #84CA58
RGB
CMYK
RGB Variations
Color information
#84CA58 (or 0x84CA58) is known color: Mantis. HEX triplet: 84, CA and 58. RGB value is (132,202,88). Sum of RGB (Red+Green+Blue) = 132+202+88=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA58 is #7B35A7. Grayscale: #A8A8A8. Windows color (decimal): -8074664 or 5819012. OLE color: 5819012.
HSL color Cylindrical-coordinate representation of color #84CA58: hue angle of 96.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84CA58 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 88 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.21 |
| HSL | 96.84º | 0.52% | 0.57% | - |
| HSV(B) | 96.84º | 0.56% | 0.79% | - |
| XYZ | 32.4 | 47.85 | 16.76 | - |
| YUV | 168.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 88 | 0.35 | 0 | 0.56 | 0.21 | 96.84 | 0.52 | 0.57 |
| Hex | 84 | CA | 58 | 23 | 0 | 38 | 15 | 61 | 34 | 39 |
| Octal | 204 | 312 | 130 | 43 | 0 | 70 | 25 | 141 | 64 | 71 |
| Binary | 10000100 | 11001010 | 1011000 | 100011 | 0 | 111000 | 10101 | 1100001 | 110100 | 111001 |
Color Harmonies of #84CA58
Complementary color
Monochromatic Colors of #84CA58
Black with #84CA58
Text Example
Text Example
White with #84CA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA58; }
p { color: rgb(132,202,88); }
H1.HeaderClassName
{
color: #84CA58;
}
.AnyTagClassName
{
color: #84CA58;
}
</style>
background-color css
<style>
a { background-color: #84CA58; }
a { background-color: rgb(132,202,88); }
div.DivClassName
{
background-color: #84CA58;
}
.BgClassName
{
background-color: #84CA58;
}
</style>
border-color css
<style>
span { border-color: #84CA58; }
span { border-color: rgb(132,202,88); }
td.TdClassName
{
border-color: #84CA58;
}
.TagClassName
{
border-color: #84CA58;
}
</style>