Shades of De York #86D694
Tints of De York #86D694
RGB
CMYK
RGB Variations
Color information
#86D694 (or 0x86D694) is known color: De York. HEX triplet: 86, D6 and 94. RGB value is (134,214,148). Sum of RGB (Red+Green+Blue) = 134+214+148=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #86D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D694 is #79296B. Grayscale: #B6B6B6. Windows color (decimal): -7940460 or 9754246. OLE color: 9754246.
HSL color Cylindrical-coordinate representation of color #86D694: hue angle of 130.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 #86D694 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 148 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.16 |
| HSL | 130.5º | 0.49% | 0.68% | - |
| HSV(B) | 130.5º | 0.37% | 0.84% | - |
| XYZ | 39.22 | 55.3 | 36.62 | - |
| YUV | 182.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 148 | 0.37 | 0 | 0.31 | 0.16 | 130.5 | 0.49 | 0.68 |
| Hex | 86 | D6 | 94 | 25 | 0 | 1F | 10 | 82 | 31 | 44 |
| Octal | 206 | 326 | 224 | 45 | 0 | 37 | 20 | 202 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10010100 | 100101 | 0 | 11111 | 10000 | 10000010 | 110001 | 1000100 |
Color Harmonies of #86D694
Complementary color
Monochromatic Colors of #86D694
Black with #86D694
Text Example
Text Example
White with #86D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D694; }
p { color: rgb(134,214,148); }
H1.HeaderClassName
{
color: #86D694;
}
.AnyTagClassName
{
color: #86D694;
}
</style>
background-color css
<style>
a { background-color: #86D694; }
a { background-color: rgb(134,214,148); }
div.DivClassName
{
background-color: #86D694;
}
.BgClassName
{
background-color: #86D694;
}
</style>
border-color css
<style>
span { border-color: #86D694; }
span { border-color: rgb(134,214,148); }
td.TdClassName
{
border-color: #86D694;
}
.TagClassName
{
border-color: #86D694;
}
</style>