Shades of De York #89C47D
Tints of De York #89C47D
RGB
CMYK
RGB Variations
Color information
#89C47D (or 0x89C47D) is known color: De York. HEX triplet: 89, C4 and 7D. RGB value is (137,196,125). Sum of RGB (Red+Green+Blue) = 137+196+125=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #89C47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C47D is #763B82. Grayscale: #AAAAAA. Windows color (decimal): -7748483 or 8242313. OLE color: 8242313.
HSL color Cylindrical-coordinate representation of color #89C47D: hue angle of 109.86º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89C47D is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 125 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.23 |
| HSL | 109.86º | 0.38% | 0.63% | - |
| HSV(B) | 109.86º | 0.36% | 0.77% | - |
| XYZ | 33.76 | 46.28 | 26.56 | - |
| YUV | 170.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 125 | 0.30 | 0 | 0.36 | 0.23 | 109.86 | 0.38 | 0.63 |
| Hex | 89 | C4 | 7D | 1E | 0 | 24 | 17 | 6E | 26 | 3F |
| Octal | 211 | 304 | 175 | 36 | 0 | 44 | 27 | 156 | 46 | 77 |
| Binary | 10001001 | 11000100 | 1111101 | 11110 | 0 | 100100 | 10111 | 1101110 | 100110 | 111111 |
Color Harmonies of #89C47D
Complementary color
Monochromatic Colors of #89C47D
Black with #89C47D
Text Example
Text Example
White with #89C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C47D; }
p { color: rgb(137,196,125); }
H1.HeaderClassName
{
color: #89C47D;
}
.AnyTagClassName
{
color: #89C47D;
}
</style>
background-color css
<style>
a { background-color: #89C47D; }
a { background-color: rgb(137,196,125); }
div.DivClassName
{
background-color: #89C47D;
}
.BgClassName
{
background-color: #89C47D;
}
</style>
border-color css
<style>
span { border-color: #89C47D; }
span { border-color: rgb(137,196,125); }
td.TdClassName
{
border-color: #89C47D;
}
.TagClassName
{
border-color: #89C47D;
}
</style>