Shades of Mantis #84BD6F
Tints of Mantis #84BD6F
RGB
CMYK
RGB Variations
Color information
#84BD6F (or 0x84BD6F) is known color: Mantis. HEX triplet: 84, BD and 6F. RGB value is (132,189,111). Sum of RGB (Red+Green+Blue) = 132+189+111=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD6F is #7B4290. Grayscale: #A3A3A3. Windows color (decimal): -8077969 or 7323012. OLE color: 7323012.
HSL color Cylindrical-coordinate representation of color #84BD6F: hue angle of 103.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BD6F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 111 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.26 |
| HSL | 103.85º | 0.37% | 0.59% | - |
| HSV(B) | 103.85º | 0.41% | 0.74% | - |
| XYZ | 30.58 | 42.45 | 21.62 | - |
| YUV | 163.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 111 | 0.30 | 0 | 0.41 | 0.26 | 103.85 | 0.37 | 0.59 |
| Hex | 84 | BD | 6F | 1E | 0 | 29 | 1A | 68 | 25 | 3B |
| Octal | 204 | 275 | 157 | 36 | 0 | 51 | 32 | 150 | 45 | 73 |
| Binary | 10000100 | 10111101 | 1101111 | 11110 | 0 | 101001 | 11010 | 1101000 | 100101 | 111011 |
Color Harmonies of #84BD6F
Complementary color
Monochromatic Colors of #84BD6F
Black with #84BD6F
Text Example
Text Example
White with #84BD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BD6F; }
p { color: rgb(132,189,111); }
H1.HeaderClassName
{
color: #84BD6F;
}
.AnyTagClassName
{
color: #84BD6F;
}
</style>
background-color css
<style>
a { background-color: #84BD6F; }
a { background-color: rgb(132,189,111); }
div.DivClassName
{
background-color: #84BD6F;
}
.BgClassName
{
background-color: #84BD6F;
}
</style>
border-color css
<style>
span { border-color: #84BD6F; }
span { border-color: rgb(132,189,111); }
td.TdClassName
{
border-color: #84BD6F;
}
.TagClassName
{
border-color: #84BD6F;
}
</style>