Shades of De York #90CC8E
Tints of De York #90CC8E
RGB
CMYK
RGB Variations
Color information
#90CC8E (or 0x90CC8E) is known color: De York. HEX triplet: 90, CC and 8E. RGB value is (144,204,142). Sum of RGB (Red+Green+Blue) = 144+204+142=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CC8E is #6F3371. Grayscale: #B3B3B3. Windows color (decimal): -7287666 or 9358480. OLE color: 9358480.
HSL color Cylindrical-coordinate representation of color #90CC8E: hue angle of 118.06º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CC8E is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 142 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.2 |
| HSL | 118.06º | 0.38% | 0.68% | - |
| HSV(B) | 118.06º | 0.3% | 0.8% | - |
| XYZ | 37.98 | 51.07 | 33.45 | - |
| YUV | 178.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 142 | 0.29 | 0 | 0.30 | 0.2 | 118.06 | 0.38 | 0.68 |
| Hex | 90 | CC | 8E | 1D | 0 | 1E | 14 | 76 | 26 | 44 |
| Octal | 220 | 314 | 216 | 35 | 0 | 36 | 24 | 166 | 46 | 104 |
| Binary | 10010000 | 11001100 | 10001110 | 11101 | 0 | 11110 | 10100 | 1110110 | 100110 | 1000100 |
Color Harmonies of #90CC8E
Complementary color
Monochromatic Colors of #90CC8E
Black with #90CC8E
Text Example
Text Example
White with #90CC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC8E; }
p { color: rgb(144,204,142); }
H1.HeaderClassName
{
color: #90CC8E;
}
.AnyTagClassName
{
color: #90CC8E;
}
</style>
background-color css
<style>
a { background-color: #90CC8E; }
a { background-color: rgb(144,204,142); }
div.DivClassName
{
background-color: #90CC8E;
}
.BgClassName
{
background-color: #90CC8E;
}
</style>
border-color css
<style>
span { border-color: #90CC8E; }
span { border-color: rgb(144,204,142); }
td.TdClassName
{
border-color: #90CC8E;
}
.TagClassName
{
border-color: #90CC8E;
}
</style>