Shades of De York #89D286
Tints of De York #89D286
RGB
CMYK
RGB Variations
Color information
#89D286 (or 0x89D286) is known color: De York. HEX triplet: 89, D2 and 86. RGB value is (137,210,134). Sum of RGB (Red+Green+Blue) = 137+210+134=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #89D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D286 is #762D79. Grayscale: #B3B3B3. Windows color (decimal): -7744890 or 8835721. OLE color: 8835721.
HSL color Cylindrical-coordinate representation of color #89D286: hue angle of 117.63º degrees, saturation: 0.46, 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 #89D286 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 210 | 134 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.18 |
| HSL | 117.63º | 0.46% | 0.67% | - |
| HSV(B) | 117.63º | 0.36% | 0.82% | - |
| XYZ | 37.67 | 53.13 | 30.82 | - |
| YUV | 179.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 210 | 134 | 0.35 | 0 | 0.36 | 0.18 | 117.63 | 0.46 | 0.67 |
| Hex | 89 | D2 | 86 | 23 | 0 | 24 | 12 | 76 | 2E | 43 |
| Octal | 211 | 322 | 206 | 43 | 0 | 44 | 22 | 166 | 56 | 103 |
| Binary | 10001001 | 11010010 | 10000110 | 100011 | 0 | 100100 | 10010 | 1110110 | 101110 | 1000011 |
Color Harmonies of #89D286
Complementary color
Monochromatic Colors of #89D286
Black with #89D286
Text Example
Text Example
White with #89D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D286; }
p { color: rgb(137,210,134); }
H1.HeaderClassName
{
color: #89D286;
}
.AnyTagClassName
{
color: #89D286;
}
</style>
background-color css
<style>
a { background-color: #89D286; }
a { background-color: rgb(137,210,134); }
div.DivClassName
{
background-color: #89D286;
}
.BgClassName
{
background-color: #89D286;
}
</style>
border-color css
<style>
span { border-color: #89D286; }
span { border-color: rgb(137,210,134); }
td.TdClassName
{
border-color: #89D286;
}
.TagClassName
{
border-color: #89D286;
}
</style>