Shades of Mantis #84D665
Tints of Mantis #84D665
RGB
CMYK
RGB Variations
Color information
#84D665 (or 0x84D665) is known color: Mantis. HEX triplet: 84, D6 and 65. RGB value is (132,214,101). Sum of RGB (Red+Green+Blue) = 132+214+101=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #84D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D665 is #7B299A. Grayscale: #B0B0B0. Windows color (decimal): -8071579 or 6674052. OLE color: 6674052.
HSL color Cylindrical-coordinate representation of color #84D665: hue angle of 103.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84D665 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 101 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.16 |
| HSL | 103.54º | 0.58% | 0.62% | - |
| HSV(B) | 103.54º | 0.53% | 0.84% | - |
| XYZ | 35.91 | 53.94 | 20.83 | - |
| YUV | 176.6 | 85.33 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 101 | 0.38 | 0 | 0.53 | 0.16 | 103.54 | 0.58 | 0.62 |
| Hex | 84 | D6 | 65 | 26 | 0 | 35 | 10 | 68 | 3A | 3E |
| Octal | 204 | 326 | 145 | 46 | 0 | 65 | 20 | 150 | 72 | 76 |
| Binary | 10000100 | 11010110 | 1100101 | 100110 | 0 | 110101 | 10000 | 1101000 | 111010 | 111110 |
Color Harmonies of #84D665
Complementary color
Monochromatic Colors of #84D665
Black with #84D665
Text Example
Text Example
White with #84D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D665; }
p { color: rgb(132,214,101); }
H1.HeaderClassName
{
color: #84D665;
}
.AnyTagClassName
{
color: #84D665;
}
</style>
background-color css
<style>
a { background-color: #84D665; }
a { background-color: rgb(132,214,101); }
div.DivClassName
{
background-color: #84D665;
}
.BgClassName
{
background-color: #84D665;
}
</style>
border-color css
<style>
span { border-color: #84D665; }
span { border-color: rgb(132,214,101); }
td.TdClassName
{
border-color: #84D665;
}
.TagClassName
{
border-color: #84D665;
}
</style>