Shades of De York #89D382
Tints of De York #89D382
RGB
CMYK
RGB Variations
Color information
#89D382 (or 0x89D382) is known color: De York. HEX triplet: 89, D3 and 82. RGB value is (137,211,130). Sum of RGB (Red+Green+Blue) = 137+211+130=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #89D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D382 is #762C7D. Grayscale: #B3B3B3. Windows color (decimal): -7744638 or 8573833. OLE color: 8573833.
HSL color Cylindrical-coordinate representation of color #89D382: hue angle of 114.81º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89D382 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 211 | 130 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.17 |
| HSL | 114.81º | 0.48% | 0.67% | - |
| HSV(B) | 114.81º | 0.38% | 0.83% | - |
| XYZ | 37.64 | 53.52 | 29.47 | - |
| YUV | 179.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 130 | 0.35 | 0 | 0.38 | 0.17 | 114.81 | 0.48 | 0.67 |
| Hex | 89 | D3 | 82 | 23 | 0 | 26 | 11 | 73 | 30 | 43 |
| Octal | 211 | 323 | 202 | 43 | 0 | 46 | 21 | 163 | 60 | 103 |
| Binary | 10001001 | 11010011 | 10000010 | 100011 | 0 | 100110 | 10001 | 1110011 | 110000 | 1000011 |
Color Harmonies of #89D382
Complementary color
Monochromatic Colors of #89D382
Black with #89D382
Text Example
Text Example
White with #89D382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D382; }
p { color: rgb(137,211,130); }
H1.HeaderClassName
{
color: #89D382;
}
.AnyTagClassName
{
color: #89D382;
}
</style>
background-color css
<style>
a { background-color: #89D382; }
a { background-color: rgb(137,211,130); }
div.DivClassName
{
background-color: #89D382;
}
.BgClassName
{
background-color: #89D382;
}
</style>
border-color css
<style>
span { border-color: #89D382; }
span { border-color: rgb(137,211,130); }
td.TdClassName
{
border-color: #89D382;
}
.TagClassName
{
border-color: #89D382;
}
</style>