Shades of Mantis #86CE5C
Tints of Mantis #86CE5C
RGB
CMYK
RGB Variations
Color information
#86CE5C (or 0x86CE5C) is known color: Mantis. HEX triplet: 86, CE and 5C. RGB value is (134,206,92). Sum of RGB (Red+Green+Blue) = 134+206+92=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE5C is #7931A3. Grayscale: #ABABAB. Windows color (decimal): -7942564 or 6082182. OLE color: 6082182.
HSL color Cylindrical-coordinate representation of color #86CE5C: hue angle of 97.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86CE5C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 92 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.19 |
| HSL | 97.89º | 0.54% | 0.58% | - |
| HSV(B) | 97.89º | 0.55% | 0.81% | - |
| XYZ | 33.83 | 49.98 | 17.99 | - |
| YUV | 171.48 | 83.15 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 92 | 0.35 | 0 | 0.55 | 0.19 | 97.89 | 0.54 | 0.58 |
| Hex | 86 | CE | 5C | 23 | 0 | 37 | 13 | 62 | 36 | 3A |
| Octal | 206 | 316 | 134 | 43 | 0 | 67 | 23 | 142 | 66 | 72 |
| Binary | 10000110 | 11001110 | 1011100 | 100011 | 0 | 110111 | 10011 | 1100010 | 110110 | 111010 |
Color Harmonies of #86CE5C
Complementary color
Monochromatic Colors of #86CE5C
Black with #86CE5C
Text Example
Text Example
White with #86CE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE5C; }
p { color: rgb(134,206,92); }
H1.HeaderClassName
{
color: #86CE5C;
}
.AnyTagClassName
{
color: #86CE5C;
}
</style>
background-color css
<style>
a { background-color: #86CE5C; }
a { background-color: rgb(134,206,92); }
div.DivClassName
{
background-color: #86CE5C;
}
.BgClassName
{
background-color: #86CE5C;
}
</style>
border-color css
<style>
span { border-color: #86CE5C; }
span { border-color: rgb(134,206,92); }
td.TdClassName
{
border-color: #86CE5C;
}
.TagClassName
{
border-color: #86CE5C;
}
</style>