Shades of Mantis #86C269
Tints of Mantis #86C269
RGB
CMYK
RGB Variations
Color information
#86C269 (or 0x86C269) is known color: Mantis. HEX triplet: 86, C2 and 69. RGB value is (134,194,105). Sum of RGB (Red+Green+Blue) = 134+194+105=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #86C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C269 is #793D96. Grayscale: #A6A6A6. Windows color (decimal): -7945623 or 6931078. OLE color: 6931078.
HSL color Cylindrical-coordinate representation of color #86C269: hue angle of 100.45º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86C269 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 105 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.24 |
| HSL | 100.45º | 0.42% | 0.59% | - |
| HSV(B) | 100.45º | 0.46% | 0.76% | - |
| XYZ | 31.67 | 44.67 | 20.32 | - |
| YUV | 165.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 105 | 0.31 | 0 | 0.46 | 0.24 | 100.45 | 0.42 | 0.59 |
| Hex | 86 | C2 | 69 | 1F | 0 | 2E | 18 | 64 | 2A | 3B |
| Octal | 206 | 302 | 151 | 37 | 0 | 56 | 30 | 144 | 52 | 73 |
| Binary | 10000110 | 11000010 | 1101001 | 11111 | 0 | 101110 | 11000 | 1100100 | 101010 | 111011 |
Color Harmonies of #86C269
Complementary color
Monochromatic Colors of #86C269
Black with #86C269
Text Example
Text Example
White with #86C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C269; }
p { color: rgb(134,194,105); }
H1.HeaderClassName
{
color: #86C269;
}
.AnyTagClassName
{
color: #86C269;
}
</style>
background-color css
<style>
a { background-color: #86C269; }
a { background-color: rgb(134,194,105); }
div.DivClassName
{
background-color: #86C269;
}
.BgClassName
{
background-color: #86C269;
}
</style>
border-color css
<style>
span { border-color: #86C269; }
span { border-color: rgb(134,194,105); }
td.TdClassName
{
border-color: #86C269;
}
.TagClassName
{
border-color: #86C269;
}
</style>