Shades of De York #89DA94
Tints of De York #89DA94
RGB
CMYK
RGB Variations
Color information
#89DA94 (or 0x89DA94) is known color: De York. HEX triplet: 89, DA and 94. RGB value is (137,218,148). Sum of RGB (Red+Green+Blue) = 137+218+148=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #89DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DA94 is #76256B. Grayscale: #BABABA. Windows color (decimal): -7742828 or 9755273. OLE color: 9755273.
HSL color Cylindrical-coordinate representation of color #89DA94: hue angle of 128.15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DA94 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 148 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.15 |
| HSL | 128.15º | 0.52% | 0.7% | - |
| HSV(B) | 128.15º | 0.37% | 0.85% | - |
| XYZ | 40.73 | 57.6 | 36.99 | - |
| YUV | 185.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 148 | 0.37 | 0 | 0.32 | 0.15 | 128.15 | 0.52 | 0.7 |
| Hex | 89 | DA | 94 | 25 | 0 | 20 | F | 80 | 34 | 46 |
| Octal | 211 | 332 | 224 | 45 | 0 | 40 | 17 | 200 | 64 | 106 |
| Binary | 10001001 | 11011010 | 10010100 | 100101 | 0 | 100000 | 1111 | 10000000 | 110100 | 1000110 |
Color Harmonies of #89DA94
Complementary color
Monochromatic Colors of #89DA94
Black with #89DA94
Text Example
Text Example
White with #89DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DA94; }
p { color: rgb(137,218,148); }
H1.HeaderClassName
{
color: #89DA94;
}
.AnyTagClassName
{
color: #89DA94;
}
</style>
background-color css
<style>
a { background-color: #89DA94; }
a { background-color: rgb(137,218,148); }
div.DivClassName
{
background-color: #89DA94;
}
.BgClassName
{
background-color: #89DA94;
}
</style>
border-color css
<style>
span { border-color: #89DA94; }
span { border-color: rgb(137,218,148); }
td.TdClassName
{
border-color: #89DA94;
}
.TagClassName
{
border-color: #89DA94;
}
</style>