Shades of De York #89D083
Tints of De York #89D083
RGB
CMYK
RGB Variations
Color information
#89D083 (or 0x89D083) is known color: De York. HEX triplet: 89, D0 and 83. RGB value is (137,208,131). Sum of RGB (Red+Green+Blue) = 137+208+131=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #89D083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D083 is #762F7C. Grayscale: #B2B2B2. Windows color (decimal): -7745405 or 8638601. OLE color: 8638601.
HSL color Cylindrical-coordinate representation of color #89D083: hue angle of 115.32º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D083 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 131 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.18 |
| HSL | 115.32º | 0.45% | 0.66% | - |
| HSV(B) | 115.32º | 0.37% | 0.82% | - |
| XYZ | 36.97 | 52.07 | 29.57 | - |
| YUV | 177.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 131 | 0.34 | 0 | 0.37 | 0.18 | 115.32 | 0.45 | 0.66 |
| Hex | 89 | D0 | 83 | 22 | 0 | 25 | 12 | 73 | 2D | 42 |
| Octal | 211 | 320 | 203 | 42 | 0 | 45 | 22 | 163 | 55 | 102 |
| Binary | 10001001 | 11010000 | 10000011 | 100010 | 0 | 100101 | 10010 | 1110011 | 101101 | 1000010 |
Color Harmonies of #89D083
Complementary color
Monochromatic Colors of #89D083
Black with #89D083
Text Example
Text Example
White with #89D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D083; }
p { color: rgb(137,208,131); }
H1.HeaderClassName
{
color: #89D083;
}
.AnyTagClassName
{
color: #89D083;
}
</style>
background-color css
<style>
a { background-color: #89D083; }
a { background-color: rgb(137,208,131); }
div.DivClassName
{
background-color: #89D083;
}
.BgClassName
{
background-color: #89D083;
}
</style>
border-color css
<style>
span { border-color: #89D083; }
span { border-color: rgb(137,208,131); }
td.TdClassName
{
border-color: #89D083;
}
.TagClassName
{
border-color: #89D083;
}
</style>