Shades of De York #86D194
Tints of De York #86D194
RGB
CMYK
RGB Variations
Color information
#86D194 (or 0x86D194) is known color: De York. HEX triplet: 86, D1 and 94. RGB value is (134,209,148). Sum of RGB (Red+Green+Blue) = 134+209+148=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #86D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D194 is #792E6B. Grayscale: #B3B3B3. Windows color (decimal): -7941740 or 9752966. OLE color: 9752966.
HSL color Cylindrical-coordinate representation of color #86D194: hue angle of 131.2º degrees, saturation: 0.45, 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 #86D194 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 148 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.18 |
| HSL | 131.2º | 0.45% | 0.67% | - |
| HSV(B) | 131.2º | 0.36% | 0.82% | - |
| XYZ | 37.98 | 52.81 | 36.21 | - |
| YUV | 179.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 148 | 0.36 | 0 | 0.29 | 0.18 | 131.2 | 0.45 | 0.67 |
| Hex | 86 | D1 | 94 | 24 | 0 | 1D | 12 | 83 | 2D | 43 |
| Octal | 206 | 321 | 224 | 44 | 0 | 35 | 22 | 203 | 55 | 103 |
| Binary | 10000110 | 11010001 | 10010100 | 100100 | 0 | 11101 | 10010 | 10000011 | 101101 | 1000011 |
Color Harmonies of #86D194
Complementary color
Monochromatic Colors of #86D194
Black with #86D194
Text Example
Text Example
White with #86D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D194; }
p { color: rgb(134,209,148); }
H1.HeaderClassName
{
color: #86D194;
}
.AnyTagClassName
{
color: #86D194;
}
</style>
background-color css
<style>
a { background-color: #86D194; }
a { background-color: rgb(134,209,148); }
div.DivClassName
{
background-color: #86D194;
}
.BgClassName
{
background-color: #86D194;
}
</style>
border-color css
<style>
span { border-color: #86D194; }
span { border-color: rgb(134,209,148); }
td.TdClassName
{
border-color: #86D194;
}
.TagClassName
{
border-color: #86D194;
}
</style>