Shades of De York #89D08F
Tints of De York #89D08F
RGB
CMYK
RGB Variations
Color information
#89D08F (or 0x89D08F) is known color: De York. HEX triplet: 89, D0 and 8F. RGB value is (137,208,143). Sum of RGB (Red+Green+Blue) = 137+208+143=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #89D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D08F is #762F70. Grayscale: #B3B3B3. Windows color (decimal): -7745393 or 9425033. OLE color: 9425033.
HSL color Cylindrical-coordinate representation of color #89D08F: hue angle of 125.07º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89D08F is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 143 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.18 |
| HSL | 125.07º | 0.43% | 0.68% | - |
| HSV(B) | 125.07º | 0.34% | 0.82% | - |
| XYZ | 37.83 | 52.41 | 34.11 | - |
| YUV | 179.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 143 | 0.34 | 0 | 0.31 | 0.18 | 125.07 | 0.43 | 0.68 |
| Hex | 89 | D0 | 8F | 22 | 0 | 1F | 12 | 7D | 2B | 44 |
| Octal | 211 | 320 | 217 | 42 | 0 | 37 | 22 | 175 | 53 | 104 |
| Binary | 10001001 | 11010000 | 10001111 | 100010 | 0 | 11111 | 10010 | 1111101 | 101011 | 1000100 |
Color Harmonies of #89D08F
Complementary color
Monochromatic Colors of #89D08F
Black with #89D08F
Text Example
Text Example
White with #89D08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D08F; }
p { color: rgb(137,208,143); }
H1.HeaderClassName
{
color: #89D08F;
}
.AnyTagClassName
{
color: #89D08F;
}
</style>
background-color css
<style>
a { background-color: #89D08F; }
a { background-color: rgb(137,208,143); }
div.DivClassName
{
background-color: #89D08F;
}
.BgClassName
{
background-color: #89D08F;
}
</style>
border-color css
<style>
span { border-color: #89D08F; }
span { border-color: rgb(137,208,143); }
td.TdClassName
{
border-color: #89D08F;
}
.TagClassName
{
border-color: #89D08F;
}
</style>