Shades of Mantis #86DB4F
Tints of Mantis #86DB4F
RGB
CMYK
RGB Variations
Color information
#86DB4F (or 0x86DB4F) is known color: Mantis. HEX triplet: 86, DB and 4F. RGB value is (134,219,79). Sum of RGB (Red+Green+Blue) = 134+219+79=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB4F is #7924B0. Grayscale: #B2B2B2. Windows color (decimal): -7939249 or 5233542. OLE color: 5233542.
HSL color Cylindrical-coordinate representation of color #86DB4F: hue angle of 96.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86DB4F is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 79 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.14 |
| HSL | 96.43º | 0.66% | 0.58% | - |
| HSV(B) | 96.43º | 0.64% | 0.86% | - |
| XYZ | 36.57 | 56.3 | 16.34 | - |
| YUV | 177.63 | 72.34 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 79 | 0.39 | 0 | 0.64 | 0.14 | 96.43 | 0.66 | 0.58 |
| Hex | 86 | DB | 4F | 27 | 0 | 40 | E | 60 | 42 | 3A |
| Octal | 206 | 333 | 117 | 47 | 0 | 100 | 16 | 140 | 102 | 72 |
| Binary | 10000110 | 11011011 | 1001111 | 100111 | 0 | 1000000 | 1110 | 1100000 | 1000010 | 111010 |
Color Harmonies of #86DB4F
Complementary color
Monochromatic Colors of #86DB4F
Black with #86DB4F
Text Example
Text Example
White with #86DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB4F; }
p { color: rgb(134,219,79); }
H1.HeaderClassName
{
color: #86DB4F;
}
.AnyTagClassName
{
color: #86DB4F;
}
</style>
background-color css
<style>
a { background-color: #86DB4F; }
a { background-color: rgb(134,219,79); }
div.DivClassName
{
background-color: #86DB4F;
}
.BgClassName
{
background-color: #86DB4F;
}
</style>
border-color css
<style>
span { border-color: #86DB4F; }
span { border-color: rgb(134,219,79); }
td.TdClassName
{
border-color: #86DB4F;
}
.TagClassName
{
border-color: #86DB4F;
}
</style>