Shades of De York #89DA80
Tints of De York #89DA80
RGB
CMYK
RGB Variations
Color information
#89DA80 (or 0x89DA80) is known color: De York. HEX triplet: 89, DA and 80. RGB value is (137,218,128). Sum of RGB (Red+Green+Blue) = 137+218+128=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #89DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DA80 is #76257F. Grayscale: #B7B7B7. Windows color (decimal): -7742848 or 8444553. OLE color: 8444553.
HSL color Cylindrical-coordinate representation of color #89DA80: hue angle of 114º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89DA80 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 128 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.15 |
| HSL | 114º | 0.55% | 0.68% | - |
| HSV(B) | 114º | 0.41% | 0.85% | - |
| XYZ | 39.28 | 57.02 | 29.36 | - |
| YUV | 183.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 128 | 0.37 | 0 | 0.41 | 0.15 | 114 | 0.55 | 0.68 |
| Hex | 89 | DA | 80 | 25 | 0 | 29 | F | 72 | 37 | 44 |
| Octal | 211 | 332 | 200 | 45 | 0 | 51 | 17 | 162 | 67 | 104 |
| Binary | 10001001 | 11011010 | 10000000 | 100101 | 0 | 101001 | 1111 | 1110010 | 110111 | 1000100 |
Color Harmonies of #89DA80
Complementary color
Monochromatic Colors of #89DA80
Black with #89DA80
Text Example
Text Example
White with #89DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DA80; }
p { color: rgb(137,218,128); }
H1.HeaderClassName
{
color: #89DA80;
}
.AnyTagClassName
{
color: #89DA80;
}
</style>
background-color css
<style>
a { background-color: #89DA80; }
a { background-color: rgb(137,218,128); }
div.DivClassName
{
background-color: #89DA80;
}
.BgClassName
{
background-color: #89DA80;
}
</style>
border-color css
<style>
span { border-color: #89DA80; }
span { border-color: rgb(137,218,128); }
td.TdClassName
{
border-color: #89DA80;
}
.TagClassName
{
border-color: #89DA80;
}
</style>