Shades of De York #89CC7C
Tints of De York #89CC7C
RGB
CMYK
RGB Variations
Color information
#89CC7C (or 0x89CC7C) is known color: De York. HEX triplet: 89, CC and 7C. RGB value is (137,204,124). Sum of RGB (Red+Green+Blue) = 137+204+124=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89CC7C is #763383. Grayscale: #AFAFAF. Windows color (decimal): -7746436 or 8178825. OLE color: 8178825.
HSL color Cylindrical-coordinate representation of color #89CC7C: hue angle of 110.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89CC7C is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 124 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.2 |
| HSL | 110.25º | 0.44% | 0.64% | - |
| HSV(B) | 110.25º | 0.39% | 0.8% | - |
| XYZ | 35.55 | 49.96 | 26.84 | - |
| YUV | 174.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 124 | 0.33 | 0 | 0.39 | 0.2 | 110.25 | 0.44 | 0.64 |
| Hex | 89 | CC | 7C | 21 | 0 | 27 | 14 | 6E | 2C | 40 |
| Octal | 211 | 314 | 174 | 41 | 0 | 47 | 24 | 156 | 54 | 100 |
| Binary | 10001001 | 11001100 | 1111100 | 100001 | 0 | 100111 | 10100 | 1101110 | 101100 | 1000000 |
Color Harmonies of #89CC7C
Complementary color
Monochromatic Colors of #89CC7C
Black with #89CC7C
Text Example
Text Example
White with #89CC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC7C; }
p { color: rgb(137,204,124); }
H1.HeaderClassName
{
color: #89CC7C;
}
.AnyTagClassName
{
color: #89CC7C;
}
</style>
background-color css
<style>
a { background-color: #89CC7C; }
a { background-color: rgb(137,204,124); }
div.DivClassName
{
background-color: #89CC7C;
}
.BgClassName
{
background-color: #89CC7C;
}
</style>
border-color css
<style>
span { border-color: #89CC7C; }
span { border-color: rgb(137,204,124); }
td.TdClassName
{
border-color: #89CC7C;
}
.TagClassName
{
border-color: #89CC7C;
}
</style>