Shades of Mantis #84CE4D
Tints of Mantis #84CE4D
RGB
CMYK
RGB Variations
Color information
#84CE4D (or 0x84CE4D) is known color: Mantis. HEX triplet: 84, CE and 4D. RGB value is (132,206,77). Sum of RGB (Red+Green+Blue) = 132+206+77=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CE4D is #7B31B2. Grayscale: #A9A9A9. Windows color (decimal): -8073651 or 5099140. OLE color: 5099140.
HSL color Cylindrical-coordinate representation of color #84CE4D: hue angle of 94.42º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84CE4D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 77 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.19 |
| HSL | 94.42º | 0.57% | 0.55% | - |
| HSV(B) | 94.42º | 0.63% | 0.81% | - |
| XYZ | 32.93 | 49.58 | 14.86 | - |
| YUV | 169.17 | 75.98 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 77 | 0.36 | 0 | 0.63 | 0.19 | 94.42 | 0.57 | 0.55 |
| Hex | 84 | CE | 4D | 24 | 0 | 3F | 13 | 5E | 39 | 37 |
| Octal | 204 | 316 | 115 | 44 | 0 | 77 | 23 | 136 | 71 | 67 |
| Binary | 10000100 | 11001110 | 1001101 | 100100 | 0 | 111111 | 10011 | 1011110 | 111001 | 110111 |
Color Harmonies of #84CE4D
Complementary color
Monochromatic Colors of #84CE4D
Black with #84CE4D
Text Example
Text Example
White with #84CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE4D; }
p { color: rgb(132,206,77); }
H1.HeaderClassName
{
color: #84CE4D;
}
.AnyTagClassName
{
color: #84CE4D;
}
</style>
background-color css
<style>
a { background-color: #84CE4D; }
a { background-color: rgb(132,206,77); }
div.DivClassName
{
background-color: #84CE4D;
}
.BgClassName
{
background-color: #84CE4D;
}
</style>
border-color css
<style>
span { border-color: #84CE4D; }
span { border-color: rgb(132,206,77); }
td.TdClassName
{
border-color: #84CE4D;
}
.TagClassName
{
border-color: #84CE4D;
}
</style>