Shades of De York #90D58E
Tints of De York #90D58E
RGB
CMYK
RGB Variations
Color information
#90D58E (or 0x90D58E) is known color: De York. HEX triplet: 90, D5 and 8E. RGB value is (144,213,142). Sum of RGB (Red+Green+Blue) = 144+213+142=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #90D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D58E is #6F2A71. Grayscale: #B8B8B8. Windows color (decimal): -7285362 or 9360784. OLE color: 9360784.
HSL color Cylindrical-coordinate representation of color #90D58E: hue angle of 118.31º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D58E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 142 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.16 |
| HSL | 118.31º | 0.46% | 0.7% | - |
| HSV(B) | 118.31º | 0.33% | 0.84% | - |
| XYZ | 40.18 | 55.47 | 34.18 | - |
| YUV | 184.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 142 | 0.32 | 0 | 0.33 | 0.16 | 118.31 | 0.46 | 0.7 |
| Hex | 90 | D5 | 8E | 20 | 0 | 21 | 10 | 76 | 2E | 46 |
| Octal | 220 | 325 | 216 | 40 | 0 | 41 | 20 | 166 | 56 | 106 |
| Binary | 10010000 | 11010101 | 10001110 | 100000 | 0 | 100001 | 10000 | 1110110 | 101110 | 1000110 |
Color Harmonies of #90D58E
Complementary color
Monochromatic Colors of #90D58E
Black with #90D58E
Text Example
Text Example
White with #90D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D58E; }
p { color: rgb(144,213,142); }
H1.HeaderClassName
{
color: #90D58E;
}
.AnyTagClassName
{
color: #90D58E;
}
</style>
background-color css
<style>
a { background-color: #90D58E; }
a { background-color: rgb(144,213,142); }
div.DivClassName
{
background-color: #90D58E;
}
.BgClassName
{
background-color: #90D58E;
}
</style>
border-color css
<style>
span { border-color: #90D58E; }
span { border-color: rgb(144,213,142); }
td.TdClassName
{
border-color: #90D58E;
}
.TagClassName
{
border-color: #90D58E;
}
</style>