Shades of De York #90CC8D
Tints of De York #90CC8D
RGB
CMYK
RGB Variations
Color information
#90CC8D (or 0x90CC8D) is known color: De York. HEX triplet: 90, CC and 8D. RGB value is (144,204,141). Sum of RGB (Red+Green+Blue) = 144+204+141=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CC8D is #6F3372. Grayscale: #B3B3B3. Windows color (decimal): -7287667 or 9292944. OLE color: 9292944.
HSL color Cylindrical-coordinate representation of color #90CC8D: hue angle of 117.14º degrees, saturation: 0.38, 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 #90CC8D is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 141 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.2 |
| HSL | 117.14º | 0.38% | 0.68% | - |
| HSV(B) | 117.14º | 0.31% | 0.8% | - |
| XYZ | 37.9 | 51.04 | 33.05 | - |
| YUV | 178.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 141 | 0.29 | 0 | 0.31 | 0.2 | 117.14 | 0.38 | 0.68 |
| Hex | 90 | CC | 8D | 1D | 0 | 1F | 14 | 75 | 26 | 44 |
| Octal | 220 | 314 | 215 | 35 | 0 | 37 | 24 | 165 | 46 | 104 |
| Binary | 10010000 | 11001100 | 10001101 | 11101 | 0 | 11111 | 10100 | 1110101 | 100110 | 1000100 |
Color Harmonies of #90CC8D
Complementary color
Monochromatic Colors of #90CC8D
Black with #90CC8D
Text Example
Text Example
White with #90CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC8D; }
p { color: rgb(144,204,141); }
H1.HeaderClassName
{
color: #90CC8D;
}
.AnyTagClassName
{
color: #90CC8D;
}
</style>
background-color css
<style>
a { background-color: #90CC8D; }
a { background-color: rgb(144,204,141); }
div.DivClassName
{
background-color: #90CC8D;
}
.BgClassName
{
background-color: #90CC8D;
}
</style>
border-color css
<style>
span { border-color: #90CC8D; }
span { border-color: rgb(144,204,141); }
td.TdClassName
{
border-color: #90CC8D;
}
.TagClassName
{
border-color: #90CC8D;
}
</style>