Shades of Mantis #84CF56
Tints of Mantis #84CF56
RGB
CMYK
RGB Variations
Color information
#84CF56 (or 0x84CF56) is known color: Mantis. HEX triplet: 84, CF and 56. RGB value is (132,207,86). Sum of RGB (Red+Green+Blue) = 132+207+86=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF56 is #7B30A9. Grayscale: #ABABAB. Windows color (decimal): -8073386 or 5689220. OLE color: 5689220.
HSL color Cylindrical-coordinate representation of color #84CF56: hue angle of 97.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84CF56 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 86 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.19 |
| HSL | 97.19º | 0.56% | 0.57% | - |
| HSV(B) | 97.19º | 0.58% | 0.81% | - |
| XYZ | 33.51 | 50.2 | 16.73 | - |
| YUV | 170.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 86 | 0.36 | 0 | 0.58 | 0.19 | 97.19 | 0.56 | 0.57 |
| Hex | 84 | CF | 56 | 24 | 0 | 3A | 13 | 61 | 38 | 39 |
| Octal | 204 | 317 | 126 | 44 | 0 | 72 | 23 | 141 | 70 | 71 |
| Binary | 10000100 | 11001111 | 1010110 | 100100 | 0 | 111010 | 10011 | 1100001 | 111000 | 111001 |
Color Harmonies of #84CF56
Complementary color
Monochromatic Colors of #84CF56
Black with #84CF56
Text Example
Text Example
White with #84CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF56; }
p { color: rgb(132,207,86); }
H1.HeaderClassName
{
color: #84CF56;
}
.AnyTagClassName
{
color: #84CF56;
}
</style>
background-color css
<style>
a { background-color: #84CF56; }
a { background-color: rgb(132,207,86); }
div.DivClassName
{
background-color: #84CF56;
}
.BgClassName
{
background-color: #84CF56;
}
</style>
border-color css
<style>
span { border-color: #84CF56; }
span { border-color: rgb(132,207,86); }
td.TdClassName
{
border-color: #84CF56;
}
.TagClassName
{
border-color: #84CF56;
}
</style>