Shades of Mantis #86CE70
Tints of Mantis #86CE70
RGB
CMYK
RGB Variations
Color information
#86CE70 (or 0x86CE70) is known color: Mantis. HEX triplet: 86, CE and 70. RGB value is (134,206,112). Sum of RGB (Red+Green+Blue) = 134+206+112=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE70 is #79318F. Grayscale: #AEAEAE. Windows color (decimal): -7942544 or 7392902. OLE color: 7392902.
HSL color Cylindrical-coordinate representation of color #86CE70: hue angle of 105.96º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CE70 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 112 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.19 |
| HSL | 105.96º | 0.49% | 0.62% | - |
| HSV(B) | 105.96º | 0.46% | 0.81% | - |
| XYZ | 34.83 | 50.38 | 23.22 | - |
| YUV | 173.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 112 | 0.35 | 0 | 0.46 | 0.19 | 105.96 | 0.49 | 0.62 |
| Hex | 86 | CE | 70 | 23 | 0 | 2E | 13 | 6A | 31 | 3E |
| Octal | 206 | 316 | 160 | 43 | 0 | 56 | 23 | 152 | 61 | 76 |
| Binary | 10000110 | 11001110 | 1110000 | 100011 | 0 | 101110 | 10011 | 1101010 | 110001 | 111110 |
Color Harmonies of #86CE70
Complementary color
Monochromatic Colors of #86CE70
Black with #86CE70
Text Example
Text Example
White with #86CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE70; }
p { color: rgb(134,206,112); }
H1.HeaderClassName
{
color: #86CE70;
}
.AnyTagClassName
{
color: #86CE70;
}
</style>
background-color css
<style>
a { background-color: #86CE70; }
a { background-color: rgb(134,206,112); }
div.DivClassName
{
background-color: #86CE70;
}
.BgClassName
{
background-color: #86CE70;
}
</style>
border-color css
<style>
span { border-color: #86CE70; }
span { border-color: rgb(134,206,112); }
td.TdClassName
{
border-color: #86CE70;
}
.TagClassName
{
border-color: #86CE70;
}
</style>