Shades of De York #90CD8D
Tints of De York #90CD8D
RGB
CMYK
RGB Variations
Color information
#90CD8D (or 0x90CD8D) is known color: De York. HEX triplet: 90, CD and 8D. RGB value is (144,205,141). Sum of RGB (Red+Green+Blue) = 144+205+141=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD8D is #6F3272. Grayscale: #B3B3B3. Windows color (decimal): -7287411 or 9293200. OLE color: 9293200.
HSL color Cylindrical-coordinate representation of color #90CD8D: hue angle of 117.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90CD8D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 141 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.20 |
| HSL | 117.19º | 0.39% | 0.68% | - |
| HSV(B) | 117.19º | 0.31% | 0.8% | - |
| XYZ | 38.14 | 51.52 | 33.13 | - |
| YUV | 179.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 141 | 0.30 | 0 | 0.31 | 0.20 | 117.19 | 0.39 | 0.68 |
| Hex | 90 | CD | 8D | 1E | 0 | 1F | 14 | 75 | 27 | 44 |
| Octal | 220 | 315 | 215 | 36 | 0 | 37 | 24 | 165 | 47 | 104 |
| Binary | 10010000 | 11001101 | 10001101 | 11110 | 0 | 11111 | 10100 | 1110101 | 100111 | 1000100 |
Color Harmonies of #90CD8D
Complementary color
Monochromatic Colors of #90CD8D
Black with #90CD8D
Text Example
Text Example
White with #90CD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD8D; }
p { color: rgb(144,205,141); }
H1.HeaderClassName
{
color: #90CD8D;
}
.AnyTagClassName
{
color: #90CD8D;
}
</style>
background-color css
<style>
a { background-color: #90CD8D; }
a { background-color: rgb(144,205,141); }
div.DivClassName
{
background-color: #90CD8D;
}
.BgClassName
{
background-color: #90CD8D;
}
</style>
border-color css
<style>
span { border-color: #90CD8D; }
span { border-color: rgb(144,205,141); }
td.TdClassName
{
border-color: #90CD8D;
}
.TagClassName
{
border-color: #90CD8D;
}
</style>