Shades of Mantis #84CD5E
Tints of Mantis #84CD5E
RGB
CMYK
RGB Variations
Color information
#84CD5E (or 0x84CD5E) is known color: Mantis. HEX triplet: 84, CD and 5E. RGB value is (132,205,94). Sum of RGB (Red+Green+Blue) = 132+205+94=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CD5E is #7B32A1. Grayscale: #AAAAAA. Windows color (decimal): -8073890 or 6212996. OLE color: 6212996.
HSL color Cylindrical-coordinate representation of color #84CD5E: hue angle of 99.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84CD5E is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 94 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.20 |
| HSL | 99.46º | 0.53% | 0.59% | - |
| HSV(B) | 99.46º | 0.54% | 0.8% | - |
| XYZ | 33.37 | 49.38 | 18.36 | - |
| YUV | 170.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 94 | 0.36 | 0 | 0.54 | 0.20 | 99.46 | 0.53 | 0.59 |
| Hex | 84 | CD | 5E | 24 | 0 | 36 | 14 | 63 | 35 | 3B |
| Octal | 204 | 315 | 136 | 44 | 0 | 66 | 24 | 143 | 65 | 73 |
| Binary | 10000100 | 11001101 | 1011110 | 100100 | 0 | 110110 | 10100 | 1100011 | 110101 | 111011 |
Color Harmonies of #84CD5E
Complementary color
Monochromatic Colors of #84CD5E
Black with #84CD5E
Text Example
Text Example
White with #84CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CD5E; }
p { color: rgb(132,205,94); }
H1.HeaderClassName
{
color: #84CD5E;
}
.AnyTagClassName
{
color: #84CD5E;
}
</style>
background-color css
<style>
a { background-color: #84CD5E; }
a { background-color: rgb(132,205,94); }
div.DivClassName
{
background-color: #84CD5E;
}
.BgClassName
{
background-color: #84CD5E;
}
</style>
border-color css
<style>
span { border-color: #84CD5E; }
span { border-color: rgb(132,205,94); }
td.TdClassName
{
border-color: #84CD5E;
}
.TagClassName
{
border-color: #84CD5E;
}
</style>