Shades of De York #89D497
Tints of De York #89D497
RGB
CMYK
RGB Variations
Color information
#89D497 (or 0x89D497) is known color: De York. HEX triplet: 89, D4 and 97. RGB value is (137,212,151). Sum of RGB (Red+Green+Blue) = 137+212+151=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #89D497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D497 is #762B68. Grayscale: #B6B6B6. Windows color (decimal): -7744361 or 9950345. OLE color: 9950345.
HSL color Cylindrical-coordinate representation of color #89D497: hue angle of 131.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D497 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 212 | 151 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.17 |
| HSL | 131.2º | 0.47% | 0.68% | - |
| HSV(B) | 131.2º | 0.35% | 0.83% | - |
| XYZ | 39.45 | 54.64 | 37.75 | - |
| YUV | 182.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 212 | 151 | 0.35 | 0 | 0.29 | 0.17 | 131.2 | 0.47 | 0.68 |
| Hex | 89 | D4 | 97 | 23 | 0 | 1D | 11 | 83 | 2F | 44 |
| Octal | 211 | 324 | 227 | 43 | 0 | 35 | 21 | 203 | 57 | 104 |
| Binary | 10001001 | 11010100 | 10010111 | 100011 | 0 | 11101 | 10001 | 10000011 | 101111 | 1000100 |
Color Harmonies of #89D497
Complementary color
Monochromatic Colors of #89D497
Black with #89D497
Text Example
Text Example
White with #89D497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D497; }
p { color: rgb(137,212,151); }
H1.HeaderClassName
{
color: #89D497;
}
.AnyTagClassName
{
color: #89D497;
}
</style>
background-color css
<style>
a { background-color: #89D497; }
a { background-color: rgb(137,212,151); }
div.DivClassName
{
background-color: #89D497;
}
.BgClassName
{
background-color: #89D497;
}
</style>
border-color css
<style>
span { border-color: #89D497; }
span { border-color: rgb(137,212,151); }
td.TdClassName
{
border-color: #89D497;
}
.TagClassName
{
border-color: #89D497;
}
</style>