Shades of De York #86D88E
Tints of De York #86D88E
RGB
CMYK
RGB Variations
Color information
#86D88E (or 0x86D88E) is known color: De York. HEX triplet: 86, D8 and 8E. RGB value is (134,216,142). Sum of RGB (Red+Green+Blue) = 134+216+142=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #86D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D88E is #792771. Grayscale: #B7B7B7. Windows color (decimal): -7939954 or 9361542. OLE color: 9361542.
HSL color Cylindrical-coordinate representation of color #86D88E: hue angle of 125.85º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D88E is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 142 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.15 |
| HSL | 125.85º | 0.51% | 0.69% | - |
| HSV(B) | 125.85º | 0.38% | 0.85% | - |
| XYZ | 39.27 | 56.13 | 34.36 | - |
| YUV | 183.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 142 | 0.38 | 0 | 0.34 | 0.15 | 125.85 | 0.51 | 0.69 |
| Hex | 86 | D8 | 8E | 26 | 0 | 22 | F | 7E | 33 | 45 |
| Octal | 206 | 330 | 216 | 46 | 0 | 42 | 17 | 176 | 63 | 105 |
| Binary | 10000110 | 11011000 | 10001110 | 100110 | 0 | 100010 | 1111 | 1111110 | 110011 | 1000101 |
Color Harmonies of #86D88E
Complementary color
Monochromatic Colors of #86D88E
Black with #86D88E
Text Example
Text Example
White with #86D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D88E; }
p { color: rgb(134,216,142); }
H1.HeaderClassName
{
color: #86D88E;
}
.AnyTagClassName
{
color: #86D88E;
}
</style>
background-color css
<style>
a { background-color: #86D88E; }
a { background-color: rgb(134,216,142); }
div.DivClassName
{
background-color: #86D88E;
}
.BgClassName
{
background-color: #86D88E;
}
</style>
border-color css
<style>
span { border-color: #86D88E; }
span { border-color: rgb(134,216,142); }
td.TdClassName
{
border-color: #86D88E;
}
.TagClassName
{
border-color: #86D88E;
}
</style>