Shades of De York #90D58D
Tints of De York #90D58D
RGB
CMYK
RGB Variations
Color information
#90D58D (or 0x90D58D) is known color: De York. HEX triplet: 90, D5 and 8D. RGB value is (144,213,141). Sum of RGB (Red+Green+Blue) = 144+213+141=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #90D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D58D is #6F2A72. Grayscale: #B8B8B8. Windows color (decimal): -7285363 or 9295248. OLE color: 9295248.
HSL color Cylindrical-coordinate representation of color #90D58D: hue angle of 117.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90D58D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 141 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.16 |
| HSL | 117.5º | 0.46% | 0.69% | - |
| HSV(B) | 117.5º | 0.34% | 0.84% | - |
| XYZ | 40.1 | 55.44 | 33.79 | - |
| YUV | 184.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 141 | 0.32 | 0 | 0.34 | 0.16 | 117.5 | 0.46 | 0.69 |
| Hex | 90 | D5 | 8D | 20 | 0 | 22 | 10 | 76 | 2E | 45 |
| Octal | 220 | 325 | 215 | 40 | 0 | 42 | 20 | 166 | 56 | 105 |
| Binary | 10010000 | 11010101 | 10001101 | 100000 | 0 | 100010 | 10000 | 1110110 | 101110 | 1000101 |
Color Harmonies of #90D58D
Complementary color
Monochromatic Colors of #90D58D
Black with #90D58D
Text Example
Text Example
White with #90D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D58D; }
p { color: rgb(144,213,141); }
H1.HeaderClassName
{
color: #90D58D;
}
.AnyTagClassName
{
color: #90D58D;
}
</style>
background-color css
<style>
a { background-color: #90D58D; }
a { background-color: rgb(144,213,141); }
div.DivClassName
{
background-color: #90D58D;
}
.BgClassName
{
background-color: #90D58D;
}
</style>
border-color css
<style>
span { border-color: #90D58D; }
span { border-color: rgb(144,213,141); }
td.TdClassName
{
border-color: #90D58D;
}
.TagClassName
{
border-color: #90D58D;
}
</style>