Shades of De York #89CA8D
Tints of De York #89CA8D
RGB
CMYK
RGB Variations
Color information
#89CA8D (or 0x89CA8D) is known color: De York. HEX triplet: 89, CA and 8D. RGB value is (137,202,141). Sum of RGB (Red+Green+Blue) = 137+202+141=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CA8D is #763572. Grayscale: #AFAFAF. Windows color (decimal): -7746931 or 9292425. OLE color: 9292425.
HSL color Cylindrical-coordinate representation of color #89CA8D: hue angle of 123.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CA8D is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 141 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.21 |
| HSL | 123.69º | 0.38% | 0.66% | - |
| HSV(B) | 123.69º | 0.32% | 0.79% | - |
| XYZ | 36.24 | 49.48 | 32.84 | - |
| YUV | 175.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 141 | 0.32 | 0 | 0.30 | 0.21 | 123.69 | 0.38 | 0.66 |
| Hex | 89 | CA | 8D | 20 | 0 | 1E | 15 | 7C | 26 | 42 |
| Octal | 211 | 312 | 215 | 40 | 0 | 36 | 25 | 174 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10001101 | 100000 | 0 | 11110 | 10101 | 1111100 | 100110 | 1000010 |
Color Harmonies of #89CA8D
Complementary color
Monochromatic Colors of #89CA8D
Black with #89CA8D
Text Example
Text Example
White with #89CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CA8D; }
p { color: rgb(137,202,141); }
H1.HeaderClassName
{
color: #89CA8D;
}
.AnyTagClassName
{
color: #89CA8D;
}
</style>
background-color css
<style>
a { background-color: #89CA8D; }
a { background-color: rgb(137,202,141); }
div.DivClassName
{
background-color: #89CA8D;
}
.BgClassName
{
background-color: #89CA8D;
}
</style>
border-color css
<style>
span { border-color: #89CA8D; }
span { border-color: rgb(137,202,141); }
td.TdClassName
{
border-color: #89CA8D;
}
.TagClassName
{
border-color: #89CA8D;
}
</style>