Shades of Mantis #86DE4C
Tints of Mantis #86DE4C
RGB
CMYK
RGB Variations
Color information
#86DE4C (or 0x86DE4C) is known color: Mantis. HEX triplet: 86, DE and 4C. RGB value is (134,222,76). Sum of RGB (Red+Green+Blue) = 134+222+76=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DE4C is #7921B3. Grayscale: #B3B3B3. Windows color (decimal): -7938484 or 5037702. OLE color: 5037702.
HSL color Cylindrical-coordinate representation of color #86DE4C: hue angle of 96.16º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86DE4C is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 222 | 76 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.13 |
| HSL | 96.16º | 0.69% | 0.58% | - |
| HSV(B) | 96.16º | 0.66% | 0.87% | - |
| XYZ | 37.26 | 57.83 | 16.04 | - |
| YUV | 179.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 222 | 76 | 0.40 | 0 | 0.66 | 0.13 | 96.16 | 0.69 | 0.58 |
| Hex | 86 | DE | 4C | 28 | 0 | 42 | D | 60 | 45 | 3A |
| Octal | 206 | 336 | 114 | 50 | 0 | 102 | 15 | 140 | 105 | 72 |
| Binary | 10000110 | 11011110 | 1001100 | 101000 | 0 | 1000010 | 1101 | 1100000 | 1000101 | 111010 |
Color Harmonies of #86DE4C
Complementary color
Monochromatic Colors of #86DE4C
Black with #86DE4C
Text Example
Text Example
White with #86DE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DE4C; }
p { color: rgb(134,222,76); }
H1.HeaderClassName
{
color: #86DE4C;
}
.AnyTagClassName
{
color: #86DE4C;
}
</style>
background-color css
<style>
a { background-color: #86DE4C; }
a { background-color: rgb(134,222,76); }
div.DivClassName
{
background-color: #86DE4C;
}
.BgClassName
{
background-color: #86DE4C;
}
</style>
border-color css
<style>
span { border-color: #86DE4C; }
span { border-color: rgb(134,222,76); }
td.TdClassName
{
border-color: #86DE4C;
}
.TagClassName
{
border-color: #86DE4C;
}
</style>