Shades of De York #89D07F
Tints of De York #89D07F
RGB
CMYK
RGB Variations
Color information
#89D07F (or 0x89D07F) is known color: De York. HEX triplet: 89, D0 and 7F. RGB value is (137,208,127). Sum of RGB (Red+Green+Blue) = 137+208+127=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #89D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89D07F is #762F80. Grayscale: #B1B1B1. Windows color (decimal): -7745409 or 8376457. OLE color: 8376457.
HSL color Cylindrical-coordinate representation of color #89D07F: hue angle of 112.59º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89D07F is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 127 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.18 |
| HSL | 112.59º | 0.46% | 0.66% | - |
| HSV(B) | 112.59º | 0.39% | 0.82% | - |
| XYZ | 36.7 | 51.96 | 28.17 | - |
| YUV | 177.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 127 | 0.34 | 0 | 0.39 | 0.18 | 112.59 | 0.46 | 0.66 |
| Hex | 89 | D0 | 7F | 22 | 0 | 27 | 12 | 71 | 2E | 42 |
| Octal | 211 | 320 | 177 | 42 | 0 | 47 | 22 | 161 | 56 | 102 |
| Binary | 10001001 | 11010000 | 1111111 | 100010 | 0 | 100111 | 10010 | 1110001 | 101110 | 1000010 |
Color Harmonies of #89D07F
Complementary color
Monochromatic Colors of #89D07F
Black with #89D07F
Text Example
Text Example
White with #89D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D07F; }
p { color: rgb(137,208,127); }
H1.HeaderClassName
{
color: #89D07F;
}
.AnyTagClassName
{
color: #89D07F;
}
</style>
background-color css
<style>
a { background-color: #89D07F; }
a { background-color: rgb(137,208,127); }
div.DivClassName
{
background-color: #89D07F;
}
.BgClassName
{
background-color: #89D07F;
}
</style>
border-color css
<style>
span { border-color: #89D07F; }
span { border-color: rgb(137,208,127); }
td.TdClassName
{
border-color: #89D07F;
}
.TagClassName
{
border-color: #89D07F;
}
</style>