Shades of De York #90D08C
Tints of De York #90D08C
RGB
CMYK
RGB Variations
Color information
#90D08C (or 0x90D08C) is known color: De York. HEX triplet: 90, D0 and 8C. RGB value is (144,208,140). Sum of RGB (Red+Green+Blue) = 144+208+140=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #90D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D08C is #6F2F73. Grayscale: #B5B5B5. Windows color (decimal): -7286644 or 9228432. OLE color: 9228432.
HSL color Cylindrical-coordinate representation of color #90D08C: hue angle of 116.47º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D08C is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 140 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.18 |
| HSL | 116.47º | 0.42% | 0.68% | - |
| HSV(B) | 116.47º | 0.33% | 0.82% | - |
| XYZ | 38.79 | 52.93 | 32.98 | - |
| YUV | 181.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 140 | 0.31 | 0 | 0.33 | 0.18 | 116.47 | 0.42 | 0.68 |
| Hex | 90 | D0 | 8C | 1F | 0 | 21 | 12 | 74 | 2A | 44 |
| Octal | 220 | 320 | 214 | 37 | 0 | 41 | 22 | 164 | 52 | 104 |
| Binary | 10010000 | 11010000 | 10001100 | 11111 | 0 | 100001 | 10010 | 1110100 | 101010 | 1000100 |
Color Harmonies of #90D08C
Complementary color
Monochromatic Colors of #90D08C
Black with #90D08C
Text Example
Text Example
White with #90D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D08C; }
p { color: rgb(144,208,140); }
H1.HeaderClassName
{
color: #90D08C;
}
.AnyTagClassName
{
color: #90D08C;
}
</style>
background-color css
<style>
a { background-color: #90D08C; }
a { background-color: rgb(144,208,140); }
div.DivClassName
{
background-color: #90D08C;
}
.BgClassName
{
background-color: #90D08C;
}
</style>
border-color css
<style>
span { border-color: #90D08C; }
span { border-color: rgb(144,208,140); }
td.TdClassName
{
border-color: #90D08C;
}
.TagClassName
{
border-color: #90D08C;
}
</style>