Shades of De York #89C78C
Tints of De York #89C78C
RGB
CMYK
RGB Variations
Color information
#89C78C (or 0x89C78C) is known color: De York. HEX triplet: 89, C7 and 8C. RGB value is (137,199,140). Sum of RGB (Red+Green+Blue) = 137+199+140=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #89C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C78C is #763873. Grayscale: #ADADAD. Windows color (decimal): -7747700 or 9226121. OLE color: 9226121.
HSL color Cylindrical-coordinate representation of color #89C78C: hue angle of 122.9º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C78C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 199 | 140 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.22 |
| HSL | 122.9º | 0.36% | 0.66% | - |
| HSV(B) | 122.9º | 0.31% | 0.78% | - |
| XYZ | 35.47 | 48.06 | 32.22 | - |
| YUV | 173.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 140 | 0.31 | 0 | 0.30 | 0.22 | 122.9 | 0.36 | 0.66 |
| Hex | 89 | C7 | 8C | 1F | 0 | 1E | 16 | 7B | 24 | 42 |
| Octal | 211 | 307 | 214 | 37 | 0 | 36 | 26 | 173 | 44 | 102 |
| Binary | 10001001 | 11000111 | 10001100 | 11111 | 0 | 11110 | 10110 | 1111011 | 100100 | 1000010 |
Color Harmonies of #89C78C
Complementary color
Monochromatic Colors of #89C78C
Black with #89C78C
Text Example
Text Example
White with #89C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C78C; }
p { color: rgb(137,199,140); }
H1.HeaderClassName
{
color: #89C78C;
}
.AnyTagClassName
{
color: #89C78C;
}
</style>
background-color css
<style>
a { background-color: #89C78C; }
a { background-color: rgb(137,199,140); }
div.DivClassName
{
background-color: #89C78C;
}
.BgClassName
{
background-color: #89C78C;
}
</style>
border-color css
<style>
span { border-color: #89C78C; }
span { border-color: rgb(137,199,140); }
td.TdClassName
{
border-color: #89C78C;
}
.TagClassName
{
border-color: #89C78C;
}
</style>