Shades of Mantis #86CF70
Tints of Mantis #86CF70
RGB
CMYK
RGB Variations
Color information
#86CF70 (or 0x86CF70) is known color: Mantis. HEX triplet: 86, CF and 70. RGB value is (134,207,112). Sum of RGB (Red+Green+Blue) = 134+207+112=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CF70 is #79308F. Grayscale: #AEAEAE. Windows color (decimal): -7942288 or 7393158. OLE color: 7393158.
HSL color Cylindrical-coordinate representation of color #86CF70: hue angle of 106.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CF70 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 112 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.19 |
| HSL | 106.11º | 0.5% | 0.63% | - |
| HSV(B) | 106.11º | 0.46% | 0.81% | - |
| XYZ | 35.07 | 50.86 | 23.3 | - |
| YUV | 174.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 112 | 0.35 | 0 | 0.46 | 0.19 | 106.11 | 0.5 | 0.63 |
| Hex | 86 | CF | 70 | 23 | 0 | 2E | 13 | 6A | 32 | 3F |
| Octal | 206 | 317 | 160 | 43 | 0 | 56 | 23 | 152 | 62 | 77 |
| Binary | 10000110 | 11001111 | 1110000 | 100011 | 0 | 101110 | 10011 | 1101010 | 110010 | 111111 |
Color Harmonies of #86CF70
Complementary color
Monochromatic Colors of #86CF70
Black with #86CF70
Text Example
Text Example
White with #86CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF70; }
p { color: rgb(134,207,112); }
H1.HeaderClassName
{
color: #86CF70;
}
.AnyTagClassName
{
color: #86CF70;
}
</style>
background-color css
<style>
a { background-color: #86CF70; }
a { background-color: rgb(134,207,112); }
div.DivClassName
{
background-color: #86CF70;
}
.BgClassName
{
background-color: #86CF70;
}
</style>
border-color css
<style>
span { border-color: #86CF70; }
span { border-color: rgb(134,207,112); }
td.TdClassName
{
border-color: #86CF70;
}
.TagClassName
{
border-color: #86CF70;
}
</style>