Shades of De York #90D087
Tints of De York #90D087
RGB
CMYK
RGB Variations
Color information
#90D087 (or 0x90D087) is known color: De York. HEX triplet: 90, D0 and 87. RGB value is (144,208,135). Sum of RGB (Red+Green+Blue) = 144+208+135=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #90D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D087 is #6F2F78. Grayscale: #B4B4B4. Windows color (decimal): -7286649 or 8900752. OLE color: 8900752.
HSL color Cylindrical-coordinate representation of color #90D087: hue angle of 112.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90D087 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 135 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.18 |
| HSL | 112.6º | 0.44% | 0.67% | - |
| HSV(B) | 112.6º | 0.35% | 0.82% | - |
| XYZ | 38.43 | 52.79 | 31.09 | - |
| YUV | 180.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 135 | 0.31 | 0 | 0.35 | 0.18 | 112.6 | 0.44 | 0.67 |
| Hex | 90 | D0 | 87 | 1F | 0 | 23 | 12 | 71 | 2C | 43 |
| Octal | 220 | 320 | 207 | 37 | 0 | 43 | 22 | 161 | 54 | 103 |
| Binary | 10010000 | 11010000 | 10000111 | 11111 | 0 | 100011 | 10010 | 1110001 | 101100 | 1000011 |
Color Harmonies of #90D087
Complementary color
Monochromatic Colors of #90D087
Black with #90D087
Text Example
Text Example
White with #90D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D087; }
p { color: rgb(144,208,135); }
H1.HeaderClassName
{
color: #90D087;
}
.AnyTagClassName
{
color: #90D087;
}
</style>
background-color css
<style>
a { background-color: #90D087; }
a { background-color: rgb(144,208,135); }
div.DivClassName
{
background-color: #90D087;
}
.BgClassName
{
background-color: #90D087;
}
</style>
border-color css
<style>
span { border-color: #90D087; }
span { border-color: rgb(144,208,135); }
td.TdClassName
{
border-color: #90D087;
}
.TagClassName
{
border-color: #90D087;
}
</style>