Shades of De York #90C988
Tints of De York #90C988
RGB
CMYK
RGB Variations
Color information
#90C988 (or 0x90C988) is known color: De York. HEX triplet: 90, C9 and 88. RGB value is (144,201,136). Sum of RGB (Red+Green+Blue) = 144+201+136=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #90C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C988 is #6F3677. Grayscale: #B0B0B0. Windows color (decimal): -7288440 or 8964496. OLE color: 8964496.
HSL color Cylindrical-coordinate representation of color #90C988: hue angle of 112.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90C988 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 136 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.21 |
| HSL | 112.62º | 0.38% | 0.66% | - |
| HSV(B) | 112.62º | 0.32% | 0.79% | - |
| XYZ | 36.83 | 49.48 | 30.9 | - |
| YUV | 176.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 136 | 0.28 | 0 | 0.32 | 0.21 | 112.62 | 0.38 | 0.66 |
| Hex | 90 | C9 | 88 | 1C | 0 | 20 | 15 | 71 | 26 | 42 |
| Octal | 220 | 311 | 210 | 34 | 0 | 40 | 25 | 161 | 46 | 102 |
| Binary | 10010000 | 11001001 | 10001000 | 11100 | 0 | 100000 | 10101 | 1110001 | 100110 | 1000010 |
Color Harmonies of #90C988
Complementary color
Monochromatic Colors of #90C988
Black with #90C988
Text Example
Text Example
White with #90C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C988; }
p { color: rgb(144,201,136); }
H1.HeaderClassName
{
color: #90C988;
}
.AnyTagClassName
{
color: #90C988;
}
</style>
background-color css
<style>
a { background-color: #90C988; }
a { background-color: rgb(144,201,136); }
div.DivClassName
{
background-color: #90C988;
}
.BgClassName
{
background-color: #90C988;
}
</style>
border-color css
<style>
span { border-color: #90C988; }
span { border-color: rgb(144,201,136); }
td.TdClassName
{
border-color: #90C988;
}
.TagClassName
{
border-color: #90C988;
}
</style>