Shades of De York #89DC88
Tints of De York #89DC88
RGB
CMYK
RGB Variations
Color information
#89DC88 (or 0x89DC88) is known color: De York. HEX triplet: 89, DC and 88. RGB value is (137,220,136). Sum of RGB (Red+Green+Blue) = 137+220+136=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #89DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DC88 is #762377. Grayscale: #B9B9B9. Windows color (decimal): -7742328 or 8969353. OLE color: 8969353.
HSL color Cylindrical-coordinate representation of color #89DC88: hue angle of 119.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DC88 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 136 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.14 |
| HSL | 119.29º | 0.55% | 0.7% | - |
| HSV(B) | 119.29º | 0.38% | 0.86% | - |
| XYZ | 40.35 | 58.28 | 32.42 | - |
| YUV | 185.61 | 100 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 136 | 0.38 | 0 | 0.38 | 0.14 | 119.29 | 0.55 | 0.7 |
| Hex | 89 | DC | 88 | 26 | 0 | 26 | E | 77 | 37 | 46 |
| Octal | 211 | 334 | 210 | 46 | 0 | 46 | 16 | 167 | 67 | 106 |
| Binary | 10001001 | 11011100 | 10001000 | 100110 | 0 | 100110 | 1110 | 1110111 | 110111 | 1000110 |
Color Harmonies of #89DC88
Complementary color
Monochromatic Colors of #89DC88
Black with #89DC88
Text Example
Text Example
White with #89DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DC88; }
p { color: rgb(137,220,136); }
H1.HeaderClassName
{
color: #89DC88;
}
.AnyTagClassName
{
color: #89DC88;
}
</style>
background-color css
<style>
a { background-color: #89DC88; }
a { background-color: rgb(137,220,136); }
div.DivClassName
{
background-color: #89DC88;
}
.BgClassName
{
background-color: #89DC88;
}
</style>
border-color css
<style>
span { border-color: #89DC88; }
span { border-color: rgb(137,220,136); }
td.TdClassName
{
border-color: #89DC88;
}
.TagClassName
{
border-color: #89DC88;
}
</style>