Shades of De York #86DC89
Tints of De York #86DC89
RGB
CMYK
RGB Variations
Color information
#86DC89 (or 0x86DC89) is known color: De York. HEX triplet: 86, DC and 89. RGB value is (134,220,137). Sum of RGB (Red+Green+Blue) = 134+220+137=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC89 is #792376. Grayscale: #B9B9B9. Windows color (decimal): -7938935 or 9034886. OLE color: 9034886.
HSL color Cylindrical-coordinate representation of color #86DC89: hue angle of 122.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DC89 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 137 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.14 |
| HSL | 122.09º | 0.55% | 0.69% | - |
| HSV(B) | 122.09º | 0.39% | 0.86% | - |
| XYZ | 39.94 | 58.06 | 32.77 | - |
| YUV | 184.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 137 | 0.39 | 0 | 0.38 | 0.14 | 122.09 | 0.55 | 0.69 |
| Hex | 86 | DC | 89 | 27 | 0 | 26 | E | 7A | 37 | 45 |
| Octal | 206 | 334 | 211 | 47 | 0 | 46 | 16 | 172 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10001001 | 100111 | 0 | 100110 | 1110 | 1111010 | 110111 | 1000101 |
Color Harmonies of #86DC89
Complementary color
Monochromatic Colors of #86DC89
Black with #86DC89
Text Example
Text Example
White with #86DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC89; }
p { color: rgb(134,220,137); }
H1.HeaderClassName
{
color: #86DC89;
}
.AnyTagClassName
{
color: #86DC89;
}
</style>
background-color css
<style>
a { background-color: #86DC89; }
a { background-color: rgb(134,220,137); }
div.DivClassName
{
background-color: #86DC89;
}
.BgClassName
{
background-color: #86DC89;
}
</style>
border-color css
<style>
span { border-color: #86DC89; }
span { border-color: rgb(134,220,137); }
td.TdClassName
{
border-color: #86DC89;
}
.TagClassName
{
border-color: #86DC89;
}
</style>