Shades of De York #86D286
Tints of De York #86D286
RGB
CMYK
RGB Variations
Color information
#86D286 (or 0x86D286) is known color: De York. HEX triplet: 86, D2 and 86. RGB value is (134,210,134). Sum of RGB (Red+Green+Blue) = 134+210+134=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #86D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D286 is #792D79. Grayscale: #B2B2B2. Windows color (decimal): -7941498 or 8835718. OLE color: 8835718.
HSL color Cylindrical-coordinate representation of color #86D286: hue angle of 120º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D286 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 134 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.18 |
| HSL | 120º | 0.46% | 0.67% | - |
| HSV(B) | 120º | 0.36% | 0.82% | - |
| XYZ | 37.18 | 52.88 | 30.8 | - |
| YUV | 178.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 134 | 0.36 | 0 | 0.36 | 0.18 | 120 | 0.46 | 0.67 |
| Hex | 86 | D2 | 86 | 24 | 0 | 24 | 12 | 78 | 2E | 43 |
| Octal | 206 | 322 | 206 | 44 | 0 | 44 | 22 | 170 | 56 | 103 |
| Binary | 10000110 | 11010010 | 10000110 | 100100 | 0 | 100100 | 10010 | 1111000 | 101110 | 1000011 |
Color Harmonies of #86D286
Complementary color
Monochromatic Colors of #86D286
Black with #86D286
Text Example
Text Example
White with #86D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D286; }
p { color: rgb(134,210,134); }
H1.HeaderClassName
{
color: #86D286;
}
.AnyTagClassName
{
color: #86D286;
}
</style>
background-color css
<style>
a { background-color: #86D286; }
a { background-color: rgb(134,210,134); }
div.DivClassName
{
background-color: #86D286;
}
.BgClassName
{
background-color: #86D286;
}
</style>
border-color css
<style>
span { border-color: #86D286; }
span { border-color: rgb(134,210,134); }
td.TdClassName
{
border-color: #86D286;
}
.TagClassName
{
border-color: #86D286;
}
</style>