Shades of De York #89D47D
Tints of De York #89D47D
RGB
CMYK
RGB Variations
Color information
#89D47D (or 0x89D47D) is known color: De York. HEX triplet: 89, D4 and 7D. RGB value is (137,212,125). Sum of RGB (Red+Green+Blue) = 137+212+125=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #89D47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89D47D is #762B82. Grayscale: #B3B3B3. Windows color (decimal): -7744387 or 8246409. OLE color: 8246409.
HSL color Cylindrical-coordinate representation of color #89D47D: hue angle of 111.72º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89D47D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 212 | 125 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.17 |
| HSL | 111.72º | 0.5% | 0.66% | - |
| HSV(B) | 111.72º | 0.41% | 0.83% | - |
| XYZ | 37.56 | 53.89 | 27.82 | - |
| YUV | 179.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 212 | 125 | 0.35 | 0 | 0.41 | 0.17 | 111.72 | 0.5 | 0.66 |
| Hex | 89 | D4 | 7D | 23 | 0 | 29 | 11 | 70 | 32 | 42 |
| Octal | 211 | 324 | 175 | 43 | 0 | 51 | 21 | 160 | 62 | 102 |
| Binary | 10001001 | 11010100 | 1111101 | 100011 | 0 | 101001 | 10001 | 1110000 | 110010 | 1000010 |
Color Harmonies of #89D47D
Complementary color
Monochromatic Colors of #89D47D
Black with #89D47D
Text Example
Text Example
White with #89D47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D47D; }
p { color: rgb(137,212,125); }
H1.HeaderClassName
{
color: #89D47D;
}
.AnyTagClassName
{
color: #89D47D;
}
</style>
background-color css
<style>
a { background-color: #89D47D; }
a { background-color: rgb(137,212,125); }
div.DivClassName
{
background-color: #89D47D;
}
.BgClassName
{
background-color: #89D47D;
}
</style>
border-color css
<style>
span { border-color: #89D47D; }
span { border-color: rgb(137,212,125); }
td.TdClassName
{
border-color: #89D47D;
}
.TagClassName
{
border-color: #89D47D;
}
</style>