Shades of De York #89CF78
Tints of De York #89CF78
RGB
CMYK
RGB Variations
Color information
#89CF78 (or 0x89CF78) is known color: De York. HEX triplet: 89, CF and 78. RGB value is (137,207,120). Sum of RGB (Red+Green+Blue) = 137+207+120=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #89CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89CF78 is #763087. Grayscale: #B0B0B0. Windows color (decimal): -7745672 or 7917449. OLE color: 7917449.
HSL color Cylindrical-coordinate representation of color #89CF78: hue angle of 108.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89CF78 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 207 | 120 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.19 |
| HSL | 108.28º | 0.48% | 0.64% | - |
| HSV(B) | 108.28º | 0.42% | 0.81% | - |
| XYZ | 36.02 | 51.3 | 25.77 | - |
| YUV | 176.15 | 96.31 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 120 | 0.34 | 0 | 0.42 | 0.19 | 108.28 | 0.48 | 0.64 |
| Hex | 89 | CF | 78 | 22 | 0 | 2A | 13 | 6C | 30 | 40 |
| Octal | 211 | 317 | 170 | 42 | 0 | 52 | 23 | 154 | 60 | 100 |
| Binary | 10001001 | 11001111 | 1111000 | 100010 | 0 | 101010 | 10011 | 1101100 | 110000 | 1000000 |
Color Harmonies of #89CF78
Complementary color
Monochromatic Colors of #89CF78
Black with #89CF78
Text Example
Text Example
White with #89CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CF78; }
p { color: rgb(137,207,120); }
H1.HeaderClassName
{
color: #89CF78;
}
.AnyTagClassName
{
color: #89CF78;
}
</style>
background-color css
<style>
a { background-color: #89CF78; }
a { background-color: rgb(137,207,120); }
div.DivClassName
{
background-color: #89CF78;
}
.BgClassName
{
background-color: #89CF78;
}
</style>
border-color css
<style>
span { border-color: #89CF78; }
span { border-color: rgb(137,207,120); }
td.TdClassName
{
border-color: #89CF78;
}
.TagClassName
{
border-color: #89CF78;
}
</style>