Shades of De York #89DB94
Tints of De York #89DB94
RGB
CMYK
RGB Variations
Color information
#89DB94 (or 0x89DB94) is known color: De York. HEX triplet: 89, DB and 94. RGB value is (137,219,148). Sum of RGB (Red+Green+Blue) = 137+219+148=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #89DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DB94 is #76246B. Grayscale: #BABABA. Windows color (decimal): -7742572 or 9755529. OLE color: 9755529.
HSL color Cylindrical-coordinate representation of color #89DB94: hue angle of 128.05º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DB94 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 148 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.14 |
| HSL | 128.05º | 0.53% | 0.7% | - |
| HSV(B) | 128.05º | 0.37% | 0.86% | - |
| XYZ | 40.99 | 58.12 | 37.07 | - |
| YUV | 186.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 148 | 0.37 | 0 | 0.32 | 0.14 | 128.05 | 0.53 | 0.7 |
| Hex | 89 | DB | 94 | 25 | 0 | 20 | E | 80 | 35 | 46 |
| Octal | 211 | 333 | 224 | 45 | 0 | 40 | 16 | 200 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10010100 | 100101 | 0 | 100000 | 1110 | 10000000 | 110101 | 1000110 |
Color Harmonies of #89DB94
Complementary color
Monochromatic Colors of #89DB94
Black with #89DB94
Text Example
Text Example
White with #89DB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DB94; }
p { color: rgb(137,219,148); }
H1.HeaderClassName
{
color: #89DB94;
}
.AnyTagClassName
{
color: #89DB94;
}
</style>
background-color css
<style>
a { background-color: #89DB94; }
a { background-color: rgb(137,219,148); }
div.DivClassName
{
background-color: #89DB94;
}
.BgClassName
{
background-color: #89DB94;
}
</style>
border-color css
<style>
span { border-color: #89DB94; }
span { border-color: rgb(137,219,148); }
td.TdClassName
{
border-color: #89DB94;
}
.TagClassName
{
border-color: #89DB94;
}
</style>