Shades of De York #89D697
Tints of De York #89D697
RGB
CMYK
RGB Variations
Color information
#89D697 (or 0x89D697) is known color: De York. HEX triplet: 89, D6 and 97. RGB value is (137,214,151). Sum of RGB (Red+Green+Blue) = 137+214+151=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #89D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D697 is #762968. Grayscale: #B7B7B7. Windows color (decimal): -7743849 or 9950857. OLE color: 9950857.
HSL color Cylindrical-coordinate representation of color #89D697: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D697 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 151 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.16 |
| HSL | 130.91º | 0.48% | 0.69% | - |
| HSV(B) | 130.91º | 0.36% | 0.84% | - |
| XYZ | 39.95 | 55.65 | 37.91 | - |
| YUV | 183.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 151 | 0.36 | 0 | 0.29 | 0.16 | 130.91 | 0.48 | 0.69 |
| Hex | 89 | D6 | 97 | 24 | 0 | 1D | 10 | 83 | 30 | 45 |
| Octal | 211 | 326 | 227 | 44 | 0 | 35 | 20 | 203 | 60 | 105 |
| Binary | 10001001 | 11010110 | 10010111 | 100100 | 0 | 11101 | 10000 | 10000011 | 110000 | 1000101 |
Color Harmonies of #89D697
Complementary color
Monochromatic Colors of #89D697
Black with #89D697
Text Example
Text Example
White with #89D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D697; }
p { color: rgb(137,214,151); }
H1.HeaderClassName
{
color: #89D697;
}
.AnyTagClassName
{
color: #89D697;
}
</style>
background-color css
<style>
a { background-color: #89D697; }
a { background-color: rgb(137,214,151); }
div.DivClassName
{
background-color: #89D697;
}
.BgClassName
{
background-color: #89D697;
}
</style>
border-color css
<style>
span { border-color: #89D697; }
span { border-color: rgb(137,214,151); }
td.TdClassName
{
border-color: #89D697;
}
.TagClassName
{
border-color: #89D697;
}
</style>