Shades of Mantis #86DC53
Tints of Mantis #86DC53
RGB
CMYK
RGB Variations
Color information
#86DC53 (or 0x86DC53) is known color: Mantis. HEX triplet: 86, DC and 53. RGB value is (134,220,83). Sum of RGB (Red+Green+Blue) = 134+220+83=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DC53 is #7923AC. Grayscale: #B3B3B3. Windows color (decimal): -7938989 or 5495942. OLE color: 5495942.
HSL color Cylindrical-coordinate representation of color #86DC53: hue angle of 97.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86DC53 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 83 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.14 |
| HSL | 97.66º | 0.66% | 0.59% | - |
| HSV(B) | 97.66º | 0.62% | 0.86% | - |
| XYZ | 36.99 | 56.88 | 17.21 | - |
| YUV | 178.67 | 74.01 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 83 | 0.39 | 0 | 0.62 | 0.14 | 97.66 | 0.66 | 0.59 |
| Hex | 86 | DC | 53 | 27 | 0 | 3E | E | 62 | 42 | 3B |
| Octal | 206 | 334 | 123 | 47 | 0 | 76 | 16 | 142 | 102 | 73 |
| Binary | 10000110 | 11011100 | 1010011 | 100111 | 0 | 111110 | 1110 | 1100010 | 1000010 | 111011 |
Color Harmonies of #86DC53
Complementary color
Monochromatic Colors of #86DC53
Black with #86DC53
Text Example
Text Example
White with #86DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC53; }
p { color: rgb(134,220,83); }
H1.HeaderClassName
{
color: #86DC53;
}
.AnyTagClassName
{
color: #86DC53;
}
</style>
background-color css
<style>
a { background-color: #86DC53; }
a { background-color: rgb(134,220,83); }
div.DivClassName
{
background-color: #86DC53;
}
.BgClassName
{
background-color: #86DC53;
}
</style>
border-color css
<style>
span { border-color: #86DC53; }
span { border-color: rgb(134,220,83); }
td.TdClassName
{
border-color: #86DC53;
}
.TagClassName
{
border-color: #86DC53;
}
</style>