Shades of De York #89CF76
Tints of De York #89CF76
RGB
CMYK
RGB Variations
Color information
#89CF76 (or 0x89CF76) is known color: De York. HEX triplet: 89, CF and 76. RGB value is (137,207,118). Sum of RGB (Red+Green+Blue) = 137+207+118=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #89CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89CF76 is #763089. Grayscale: #B0B0B0. Windows color (decimal): -7745674 or 7786377. OLE color: 7786377.
HSL color Cylindrical-coordinate representation of color #89CF76: hue angle of 107.19º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89CF76 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 207 | 118 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.19 |
| HSL | 107.19º | 0.48% | 0.64% | - |
| HSV(B) | 107.19º | 0.43% | 0.81% | - |
| XYZ | 35.9 | 51.25 | 25.14 | - |
| YUV | 175.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 118 | 0.34 | 0 | 0.43 | 0.19 | 107.19 | 0.48 | 0.64 |
| Hex | 89 | CF | 76 | 22 | 0 | 2B | 13 | 6B | 30 | 40 |
| Octal | 211 | 317 | 166 | 42 | 0 | 53 | 23 | 153 | 60 | 100 |
| Binary | 10001001 | 11001111 | 1110110 | 100010 | 0 | 101011 | 10011 | 1101011 | 110000 | 1000000 |
Color Harmonies of #89CF76
Complementary color
Monochromatic Colors of #89CF76
Black with #89CF76
Text Example
Text Example
White with #89CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CF76; }
p { color: rgb(137,207,118); }
H1.HeaderClassName
{
color: #89CF76;
}
.AnyTagClassName
{
color: #89CF76;
}
</style>
background-color css
<style>
a { background-color: #89CF76; }
a { background-color: rgb(137,207,118); }
div.DivClassName
{
background-color: #89CF76;
}
.BgClassName
{
background-color: #89CF76;
}
</style>
border-color css
<style>
span { border-color: #89CF76; }
span { border-color: rgb(137,207,118); }
td.TdClassName
{
border-color: #89CF76;
}
.TagClassName
{
border-color: #89CF76;
}
</style>