Shades of De York #89DA82
Tints of De York #89DA82
RGB
CMYK
RGB Variations
Color information
#89DA82 (or 0x89DA82) is known color: De York. HEX triplet: 89, DA and 82. RGB value is (137,218,130). Sum of RGB (Red+Green+Blue) = 137+218+130=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #89DA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DA82 is #76257D. Grayscale: #B8B8B8. Windows color (decimal): -7742846 or 8575625. OLE color: 8575625.
HSL color Cylindrical-coordinate representation of color #89DA82: hue angle of 115.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DA82 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 130 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.15 |
| HSL | 115.23º | 0.54% | 0.68% | - |
| HSV(B) | 115.23º | 0.4% | 0.85% | - |
| XYZ | 39.42 | 57.07 | 30.06 | - |
| YUV | 183.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 130 | 0.37 | 0 | 0.40 | 0.15 | 115.23 | 0.54 | 0.68 |
| Hex | 89 | DA | 82 | 25 | 0 | 28 | F | 73 | 36 | 44 |
| Octal | 211 | 332 | 202 | 45 | 0 | 50 | 17 | 163 | 66 | 104 |
| Binary | 10001001 | 11011010 | 10000010 | 100101 | 0 | 101000 | 1111 | 1110011 | 110110 | 1000100 |
Color Harmonies of #89DA82
Complementary color
Monochromatic Colors of #89DA82
Black with #89DA82
Text Example
Text Example
White with #89DA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DA82; }
p { color: rgb(137,218,130); }
H1.HeaderClassName
{
color: #89DA82;
}
.AnyTagClassName
{
color: #89DA82;
}
</style>
background-color css
<style>
a { background-color: #89DA82; }
a { background-color: rgb(137,218,130); }
div.DivClassName
{
background-color: #89DA82;
}
.BgClassName
{
background-color: #89DA82;
}
</style>
border-color css
<style>
span { border-color: #89DA82; }
span { border-color: rgb(137,218,130); }
td.TdClassName
{
border-color: #89DA82;
}
.TagClassName
{
border-color: #89DA82;
}
</style>