Shades of Mantis #84CF46
Tints of Mantis #84CF46
RGB
CMYK
RGB Variations
Color information
#84CF46 (or 0x84CF46) is known color: Mantis. HEX triplet: 84, CF and 46. RGB value is (132,207,70). Sum of RGB (Red+Green+Blue) = 132+207+70=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CF46 is #7B30B9. Grayscale: #A9A9A9. Windows color (decimal): -8073402 or 4640644. OLE color: 4640644.
HSL color Cylindrical-coordinate representation of color #84CF46: hue angle of 92.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84CF46 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 70 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.19 |
| HSL | 92.85º | 0.59% | 0.54% | - |
| HSV(B) | 92.85º | 0.66% | 0.81% | - |
| XYZ | 32.93 | 49.97 | 13.7 | - |
| YUV | 168.96 | 72.15 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 70 | 0.36 | 0 | 0.66 | 0.19 | 92.85 | 0.59 | 0.54 |
| Hex | 84 | CF | 46 | 24 | 0 | 42 | 13 | 5D | 3B | 36 |
| Octal | 204 | 317 | 106 | 44 | 0 | 102 | 23 | 135 | 73 | 66 |
| Binary | 10000100 | 11001111 | 1000110 | 100100 | 0 | 1000010 | 10011 | 1011101 | 111011 | 110110 |
Color Harmonies of #84CF46
Complementary color
Monochromatic Colors of #84CF46
Black with #84CF46
Text Example
Text Example
White with #84CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF46; }
p { color: rgb(132,207,70); }
H1.HeaderClassName
{
color: #84CF46;
}
.AnyTagClassName
{
color: #84CF46;
}
</style>
background-color css
<style>
a { background-color: #84CF46; }
a { background-color: rgb(132,207,70); }
div.DivClassName
{
background-color: #84CF46;
}
.BgClassName
{
background-color: #84CF46;
}
</style>
border-color css
<style>
span { border-color: #84CF46; }
span { border-color: rgb(132,207,70); }
td.TdClassName
{
border-color: #84CF46;
}
.TagClassName
{
border-color: #84CF46;
}
</style>