Shades of De York #90D696
Tints of De York #90D696
RGB
CMYK
RGB Variations
Color information
#90D696 (or 0x90D696) is known color: De York. HEX triplet: 90, D6 and 96. RGB value is (144,214,150). Sum of RGB (Red+Green+Blue) = 144+214+150=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #90D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D696 is #6F2969. Grayscale: #B9B9B9. Windows color (decimal): -7285098 or 9885328. OLE color: 9885328.
HSL color Cylindrical-coordinate representation of color #90D696: hue angle of 125.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D696 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 150 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.16 |
| HSL | 125.14º | 0.46% | 0.7% | - |
| HSV(B) | 125.14º | 0.33% | 0.84% | - |
| XYZ | 41.05 | 56.22 | 37.54 | - |
| YUV | 185.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 150 | 0.33 | 0 | 0.30 | 0.16 | 125.14 | 0.46 | 0.7 |
| Hex | 90 | D6 | 96 | 21 | 0 | 1E | 10 | 7D | 2E | 46 |
| Octal | 220 | 326 | 226 | 41 | 0 | 36 | 20 | 175 | 56 | 106 |
| Binary | 10010000 | 11010110 | 10010110 | 100001 | 0 | 11110 | 10000 | 1111101 | 101110 | 1000110 |
Color Harmonies of #90D696
Complementary color
Monochromatic Colors of #90D696
Black with #90D696
Text Example
Text Example
White with #90D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D696; }
p { color: rgb(144,214,150); }
H1.HeaderClassName
{
color: #90D696;
}
.AnyTagClassName
{
color: #90D696;
}
</style>
background-color css
<style>
a { background-color: #90D696; }
a { background-color: rgb(144,214,150); }
div.DivClassName
{
background-color: #90D696;
}
.BgClassName
{
background-color: #90D696;
}
</style>
border-color css
<style>
span { border-color: #90D696; }
span { border-color: rgb(144,214,150); }
td.TdClassName
{
border-color: #90D696;
}
.TagClassName
{
border-color: #90D696;
}
</style>