Shades of De York #89C07F
Tints of De York #89C07F
RGB
CMYK
RGB Variations
Color information
#89C07F (or 0x89C07F) is known color: De York. HEX triplet: 89, C0 and 7F. RGB value is (137,192,127). Sum of RGB (Red+Green+Blue) = 137+192+127=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #89C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C07F is #763F80. Grayscale: #A8A8A8. Windows color (decimal): -7749505 or 8372361. OLE color: 8372361.
HSL color Cylindrical-coordinate representation of color #89C07F: hue angle of 110.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89C07F is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 127 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.25 |
| HSL | 110.77º | 0.34% | 0.63% | - |
| HSV(B) | 110.77º | 0.34% | 0.75% | - |
| XYZ | 33 | 44.55 | 26.94 | - |
| YUV | 168.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 127 | 0.29 | 0 | 0.34 | 0.25 | 110.77 | 0.34 | 0.63 |
| Hex | 89 | C0 | 7F | 1D | 0 | 22 | 19 | 6F | 22 | 3F |
| Octal | 211 | 300 | 177 | 35 | 0 | 42 | 31 | 157 | 42 | 77 |
| Binary | 10001001 | 11000000 | 1111111 | 11101 | 0 | 100010 | 11001 | 1101111 | 100010 | 111111 |
Color Harmonies of #89C07F
Complementary color
Monochromatic Colors of #89C07F
Black with #89C07F
Text Example
Text Example
White with #89C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C07F; }
p { color: rgb(137,192,127); }
H1.HeaderClassName
{
color: #89C07F;
}
.AnyTagClassName
{
color: #89C07F;
}
</style>
background-color css
<style>
a { background-color: #89C07F; }
a { background-color: rgb(137,192,127); }
div.DivClassName
{
background-color: #89C07F;
}
.BgClassName
{
background-color: #89C07F;
}
</style>
border-color css
<style>
span { border-color: #89C07F; }
span { border-color: rgb(137,192,127); }
td.TdClassName
{
border-color: #89C07F;
}
.TagClassName
{
border-color: #89C07F;
}
</style>