Shades of De York #89DA85
Tints of De York #89DA85
RGB
CMYK
RGB Variations
Color information
#89DA85 (or 0x89DA85) is known color: De York. HEX triplet: 89, DA and 85. RGB value is (137,218,133). Sum of RGB (Red+Green+Blue) = 137+218+133=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #89DA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DA85 is #76257A. Grayscale: #B8B8B8. Windows color (decimal): -7742843 or 8772233. OLE color: 8772233.
HSL color Cylindrical-coordinate representation of color #89DA85: hue angle of 117.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DA85 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 133 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.15 |
| HSL | 117.18º | 0.53% | 0.69% | - |
| HSV(B) | 117.18º | 0.39% | 0.85% | - |
| XYZ | 39.62 | 57.15 | 31.13 | - |
| YUV | 184.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 133 | 0.37 | 0 | 0.39 | 0.15 | 117.18 | 0.53 | 0.69 |
| Hex | 89 | DA | 85 | 25 | 0 | 27 | F | 75 | 35 | 45 |
| Octal | 211 | 332 | 205 | 45 | 0 | 47 | 17 | 165 | 65 | 105 |
| Binary | 10001001 | 11011010 | 10000101 | 100101 | 0 | 100111 | 1111 | 1110101 | 110101 | 1000101 |
Color Harmonies of #89DA85
Complementary color
Monochromatic Colors of #89DA85
Black with #89DA85
Text Example
Text Example
White with #89DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DA85; }
p { color: rgb(137,218,133); }
H1.HeaderClassName
{
color: #89DA85;
}
.AnyTagClassName
{
color: #89DA85;
}
</style>
background-color css
<style>
a { background-color: #89DA85; }
a { background-color: rgb(137,218,133); }
div.DivClassName
{
background-color: #89DA85;
}
.BgClassName
{
background-color: #89DA85;
}
</style>
border-color css
<style>
span { border-color: #89DA85; }
span { border-color: rgb(137,218,133); }
td.TdClassName
{
border-color: #89DA85;
}
.TagClassName
{
border-color: #89DA85;
}
</style>