Shades of De York #86D68C
Tints of De York #86D68C
RGB
CMYK
RGB Variations
Color information
#86D68C (or 0x86D68C) is known color: De York. HEX triplet: 86, D6 and 8C. RGB value is (134,214,140). Sum of RGB (Red+Green+Blue) = 134+214+140=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #86D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D68C is #792973. Grayscale: #B5B5B5. Windows color (decimal): -7940468 or 9229958. OLE color: 9229958.
HSL color Cylindrical-coordinate representation of color #86D68C: hue angle of 124.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D68C is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 140 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.16 |
| HSL | 124.5º | 0.49% | 0.68% | - |
| HSV(B) | 124.5º | 0.37% | 0.84% | - |
| XYZ | 38.61 | 55.05 | 33.4 | - |
| YUV | 181.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 140 | 0.37 | 0 | 0.35 | 0.16 | 124.5 | 0.49 | 0.68 |
| Hex | 86 | D6 | 8C | 25 | 0 | 23 | 10 | 7C | 31 | 44 |
| Octal | 206 | 326 | 214 | 45 | 0 | 43 | 20 | 174 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10001100 | 100101 | 0 | 100011 | 10000 | 1111100 | 110001 | 1000100 |
Color Harmonies of #86D68C
Complementary color
Monochromatic Colors of #86D68C
Black with #86D68C
Text Example
Text Example
White with #86D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D68C; }
p { color: rgb(134,214,140); }
H1.HeaderClassName
{
color: #86D68C;
}
.AnyTagClassName
{
color: #86D68C;
}
</style>
background-color css
<style>
a { background-color: #86D68C; }
a { background-color: rgb(134,214,140); }
div.DivClassName
{
background-color: #86D68C;
}
.BgClassName
{
background-color: #86D68C;
}
</style>
border-color css
<style>
span { border-color: #86D68C; }
span { border-color: rgb(134,214,140); }
td.TdClassName
{
border-color: #86D68C;
}
.TagClassName
{
border-color: #86D68C;
}
</style>