Shades of De York #89D67C
Tints of De York #89D67C
RGB
CMYK
RGB Variations
Color information
#89D67C (or 0x89D67C) is known color: De York. HEX triplet: 89, D6 and 7C. RGB value is (137,214,124). Sum of RGB (Red+Green+Blue) = 137+214+124=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #89D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89D67C is #762983. Grayscale: #B5B5B5. Windows color (decimal): -7743876 or 8181385. OLE color: 8181385.
HSL color Cylindrical-coordinate representation of color #89D67C: hue angle of 111.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89D67C is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 124 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.16 |
| HSL | 111.33º | 0.52% | 0.66% | - |
| HSV(B) | 111.33º | 0.42% | 0.84% | - |
| XYZ | 38 | 54.87 | 27.66 | - |
| YUV | 180.72 | 95.99 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 124 | 0.36 | 0 | 0.42 | 0.16 | 111.33 | 0.52 | 0.66 |
| Hex | 89 | D6 | 7C | 24 | 0 | 2A | 10 | 6F | 34 | 42 |
| Octal | 211 | 326 | 174 | 44 | 0 | 52 | 20 | 157 | 64 | 102 |
| Binary | 10001001 | 11010110 | 1111100 | 100100 | 0 | 101010 | 10000 | 1101111 | 110100 | 1000010 |
Color Harmonies of #89D67C
Complementary color
Monochromatic Colors of #89D67C
Black with #89D67C
Text Example
Text Example
White with #89D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D67C; }
p { color: rgb(137,214,124); }
H1.HeaderClassName
{
color: #89D67C;
}
.AnyTagClassName
{
color: #89D67C;
}
</style>
background-color css
<style>
a { background-color: #89D67C; }
a { background-color: rgb(137,214,124); }
div.DivClassName
{
background-color: #89D67C;
}
.BgClassName
{
background-color: #89D67C;
}
</style>
border-color css
<style>
span { border-color: #89D67C; }
span { border-color: rgb(137,214,124); }
td.TdClassName
{
border-color: #89D67C;
}
.TagClassName
{
border-color: #89D67C;
}
</style>