Shades of De York #86D07C
Tints of De York #86D07C
RGB
CMYK
RGB Variations
Color information
#86D07C (or 0x86D07C) is known color: De York. HEX triplet: 86, D0 and 7C. RGB value is (134,208,124). Sum of RGB (Red+Green+Blue) = 134+208+124=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #86D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D07C is #792F83. Grayscale: #B0B0B0. Windows color (decimal): -7942020 or 8179846. OLE color: 8179846.
HSL color Cylindrical-coordinate representation of color #86D07C: hue angle of 112.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86D07C is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 124 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.18 |
| HSL | 112.86º | 0.47% | 0.65% | - |
| HSV(B) | 112.86º | 0.4% | 0.82% | - |
| XYZ | 36.03 | 51.64 | 27.14 | - |
| YUV | 176.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 124 | 0.36 | 0 | 0.40 | 0.18 | 112.86 | 0.47 | 0.65 |
| Hex | 86 | D0 | 7C | 24 | 0 | 28 | 12 | 71 | 2F | 41 |
| Octal | 206 | 320 | 174 | 44 | 0 | 50 | 22 | 161 | 57 | 101 |
| Binary | 10000110 | 11010000 | 1111100 | 100100 | 0 | 101000 | 10010 | 1110001 | 101111 | 1000001 |
Color Harmonies of #86D07C
Complementary color
Monochromatic Colors of #86D07C
Black with #86D07C
Text Example
Text Example
White with #86D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D07C; }
p { color: rgb(134,208,124); }
H1.HeaderClassName
{
color: #86D07C;
}
.AnyTagClassName
{
color: #86D07C;
}
</style>
background-color css
<style>
a { background-color: #86D07C; }
a { background-color: rgb(134,208,124); }
div.DivClassName
{
background-color: #86D07C;
}
.BgClassName
{
background-color: #86D07C;
}
</style>
border-color css
<style>
span { border-color: #86D07C; }
span { border-color: rgb(134,208,124); }
td.TdClassName
{
border-color: #86D07C;
}
.TagClassName
{
border-color: #86D07C;
}
</style>