Shades of Mantis #84CA50
Tints of Mantis #84CA50
RGB
CMYK
RGB Variations
Color information
#84CA50 (or 0x84CA50) is known color: Mantis. HEX triplet: 84, CA and 50. RGB value is (132,202,80). Sum of RGB (Red+Green+Blue) = 132+202+80=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA50 is #7B35AF. Grayscale: #A7A7A7. Windows color (decimal): -8074672 or 5294724. OLE color: 5294724.
HSL color Cylindrical-coordinate representation of color #84CA50: hue angle of 94.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84CA50 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 80 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.21 |
| HSL | 94.43º | 0.54% | 0.55% | - |
| HSV(B) | 94.43º | 0.6% | 0.79% | - |
| XYZ | 32.08 | 47.73 | 15.11 | - |
| YUV | 167.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 80 | 0.35 | 0 | 0.60 | 0.21 | 94.43 | 0.54 | 0.55 |
| Hex | 84 | CA | 50 | 23 | 0 | 3C | 15 | 5E | 36 | 37 |
| Octal | 204 | 312 | 120 | 43 | 0 | 74 | 25 | 136 | 66 | 67 |
| Binary | 10000100 | 11001010 | 1010000 | 100011 | 0 | 111100 | 10101 | 1011110 | 110110 | 110111 |
Color Harmonies of #84CA50
Complementary color
Monochromatic Colors of #84CA50
Black with #84CA50
Text Example
Text Example
White with #84CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA50; }
p { color: rgb(132,202,80); }
H1.HeaderClassName
{
color: #84CA50;
}
.AnyTagClassName
{
color: #84CA50;
}
</style>
background-color css
<style>
a { background-color: #84CA50; }
a { background-color: rgb(132,202,80); }
div.DivClassName
{
background-color: #84CA50;
}
.BgClassName
{
background-color: #84CA50;
}
</style>
border-color css
<style>
span { border-color: #84CA50; }
span { border-color: rgb(132,202,80); }
td.TdClassName
{
border-color: #84CA50;
}
.TagClassName
{
border-color: #84CA50;
}
</style>