Shades of Mantis #84CF60
Tints of Mantis #84CF60
RGB
CMYK
RGB Variations
Color information
#84CF60 (or 0x84CF60) is known color: Mantis. HEX triplet: 84, CF and 60. RGB value is (132,207,96). Sum of RGB (Red+Green+Blue) = 132+207+96=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF60 is #7B309F. Grayscale: #ACACAC. Windows color (decimal): -8073376 or 6344580. OLE color: 6344580.
HSL color Cylindrical-coordinate representation of color #84CF60: hue angle of 100.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84CF60 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 96 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.19 |
| HSL | 100.54º | 0.54% | 0.59% | - |
| HSV(B) | 100.54º | 0.54% | 0.81% | - |
| XYZ | 33.94 | 50.38 | 19 | - |
| YUV | 171.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 96 | 0.36 | 0 | 0.54 | 0.19 | 100.54 | 0.54 | 0.59 |
| Hex | 84 | CF | 60 | 24 | 0 | 36 | 13 | 65 | 36 | 3B |
| Octal | 204 | 317 | 140 | 44 | 0 | 66 | 23 | 145 | 66 | 73 |
| Binary | 10000100 | 11001111 | 1100000 | 100100 | 0 | 110110 | 10011 | 1100101 | 110110 | 111011 |
Color Harmonies of #84CF60
Complementary color
Monochromatic Colors of #84CF60
Black with #84CF60
Text Example
Text Example
White with #84CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF60; }
p { color: rgb(132,207,96); }
H1.HeaderClassName
{
color: #84CF60;
}
.AnyTagClassName
{
color: #84CF60;
}
</style>
background-color css
<style>
a { background-color: #84CF60; }
a { background-color: rgb(132,207,96); }
div.DivClassName
{
background-color: #84CF60;
}
.BgClassName
{
background-color: #84CF60;
}
</style>
border-color css
<style>
span { border-color: #84CF60; }
span { border-color: rgb(132,207,96); }
td.TdClassName
{
border-color: #84CF60;
}
.TagClassName
{
border-color: #84CF60;
}
</style>