Shades of De York #89CD7C
Tints of De York #89CD7C
RGB
CMYK
RGB Variations
Color information
#89CD7C (or 0x89CD7C) is known color: De York. HEX triplet: 89, CD and 7C. RGB value is (137,205,124). Sum of RGB (Red+Green+Blue) = 137+205+124=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #89CD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89CD7C is #763283. Grayscale: #AFAFAF. Windows color (decimal): -7746180 or 8179081. OLE color: 8179081.
HSL color Cylindrical-coordinate representation of color #89CD7C: hue angle of 110.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89CD7C is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 124 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.20 |
| HSL | 110.37º | 0.45% | 0.65% | - |
| HSV(B) | 110.37º | 0.4% | 0.8% | - |
| XYZ | 35.79 | 50.44 | 26.92 | - |
| YUV | 175.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 124 | 0.33 | 0 | 0.40 | 0.20 | 110.37 | 0.45 | 0.65 |
| Hex | 89 | CD | 7C | 21 | 0 | 28 | 14 | 6E | 2D | 41 |
| Octal | 211 | 315 | 174 | 41 | 0 | 50 | 24 | 156 | 55 | 101 |
| Binary | 10001001 | 11001101 | 1111100 | 100001 | 0 | 101000 | 10100 | 1101110 | 101101 | 1000001 |
Color Harmonies of #89CD7C
Complementary color
Monochromatic Colors of #89CD7C
Black with #89CD7C
Text Example
Text Example
White with #89CD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CD7C; }
p { color: rgb(137,205,124); }
H1.HeaderClassName
{
color: #89CD7C;
}
.AnyTagClassName
{
color: #89CD7C;
}
</style>
background-color css
<style>
a { background-color: #89CD7C; }
a { background-color: rgb(137,205,124); }
div.DivClassName
{
background-color: #89CD7C;
}
.BgClassName
{
background-color: #89CD7C;
}
</style>
border-color css
<style>
span { border-color: #89CD7C; }
span { border-color: rgb(137,205,124); }
td.TdClassName
{
border-color: #89CD7C;
}
.TagClassName
{
border-color: #89CD7C;
}
</style>