Shades of De York #89CA88
Tints of De York #89CA88
RGB
CMYK
RGB Variations
Color information
#89CA88 (or 0x89CA88) is known color: De York. HEX triplet: 89, CA and 88. RGB value is (137,202,136). Sum of RGB (Red+Green+Blue) = 137+202+136=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CA88 is #763577. Grayscale: #AFAFAF. Windows color (decimal): -7746936 or 8964745. OLE color: 8964745.
HSL color Cylindrical-coordinate representation of color #89CA88: hue angle of 119.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CA88 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 136 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.21 |
| HSL | 119.09º | 0.38% | 0.66% | - |
| HSV(B) | 119.09º | 0.33% | 0.79% | - |
| XYZ | 35.88 | 49.34 | 30.92 | - |
| YUV | 175.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 136 | 0.32 | 0 | 0.33 | 0.21 | 119.09 | 0.38 | 0.66 |
| Hex | 89 | CA | 88 | 20 | 0 | 21 | 15 | 77 | 26 | 42 |
| Octal | 211 | 312 | 210 | 40 | 0 | 41 | 25 | 167 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10001000 | 100000 | 0 | 100001 | 10101 | 1110111 | 100110 | 1000010 |
Color Harmonies of #89CA88
Complementary color
Monochromatic Colors of #89CA88
Black with #89CA88
Text Example
Text Example
White with #89CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CA88; }
p { color: rgb(137,202,136); }
H1.HeaderClassName
{
color: #89CA88;
}
.AnyTagClassName
{
color: #89CA88;
}
</style>
background-color css
<style>
a { background-color: #89CA88; }
a { background-color: rgb(137,202,136); }
div.DivClassName
{
background-color: #89CA88;
}
.BgClassName
{
background-color: #89CA88;
}
</style>
border-color css
<style>
span { border-color: #89CA88; }
span { border-color: rgb(137,202,136); }
td.TdClassName
{
border-color: #89CA88;
}
.TagClassName
{
border-color: #89CA88;
}
</style>