Shades of De York #89D384
Tints of De York #89D384
RGB
CMYK
RGB Variations
Color information
#89D384 (or 0x89D384) is known color: De York. HEX triplet: 89, D3 and 84. RGB value is (137,211,132). Sum of RGB (Red+Green+Blue) = 137+211+132=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #89D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D384 is #762C7B. Grayscale: #B4B4B4. Windows color (decimal): -7744636 or 8704905. OLE color: 8704905.
HSL color Cylindrical-coordinate representation of color #89D384: hue angle of 116.2º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D384 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 211 | 132 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.17 |
| HSL | 116.2º | 0.47% | 0.67% | - |
| HSV(B) | 116.2º | 0.37% | 0.83% | - |
| XYZ | 37.78 | 53.57 | 30.18 | - |
| YUV | 179.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 132 | 0.35 | 0 | 0.37 | 0.17 | 116.2 | 0.47 | 0.67 |
| Hex | 89 | D3 | 84 | 23 | 0 | 25 | 11 | 74 | 2F | 43 |
| Octal | 211 | 323 | 204 | 43 | 0 | 45 | 21 | 164 | 57 | 103 |
| Binary | 10001001 | 11010011 | 10000100 | 100011 | 0 | 100101 | 10001 | 1110100 | 101111 | 1000011 |
Color Harmonies of #89D384
Complementary color
Monochromatic Colors of #89D384
Black with #89D384
Text Example
Text Example
White with #89D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D384; }
p { color: rgb(137,211,132); }
H1.HeaderClassName
{
color: #89D384;
}
.AnyTagClassName
{
color: #89D384;
}
</style>
background-color css
<style>
a { background-color: #89D384; }
a { background-color: rgb(137,211,132); }
div.DivClassName
{
background-color: #89D384;
}
.BgClassName
{
background-color: #89D384;
}
</style>
border-color css
<style>
span { border-color: #89D384; }
span { border-color: rgb(137,211,132); }
td.TdClassName
{
border-color: #89D384;
}
.TagClassName
{
border-color: #89D384;
}
</style>