Shades of De York #90D68B
Tints of De York #90D68B
RGB
CMYK
RGB Variations
Color information
#90D68B (or 0x90D68B) is known color: De York. HEX triplet: 90, D6 and 8B. RGB value is (144,214,139). Sum of RGB (Red+Green+Blue) = 144+214+139=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #90D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D68B is #6F2974. Grayscale: #B8B8B8. Windows color (decimal): -7285109 or 9164432. OLE color: 9164432.
HSL color Cylindrical-coordinate representation of color #90D68B: hue angle of 116º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90D68B is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 139 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.16 |
| HSL | 116º | 0.48% | 0.69% | - |
| HSV(B) | 116º | 0.35% | 0.84% | - |
| XYZ | 40.21 | 55.89 | 33.09 | - |
| YUV | 184.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 139 | 0.33 | 0 | 0.35 | 0.16 | 116 | 0.48 | 0.69 |
| Hex | 90 | D6 | 8B | 21 | 0 | 23 | 10 | 74 | 30 | 45 |
| Octal | 220 | 326 | 213 | 41 | 0 | 43 | 20 | 164 | 60 | 105 |
| Binary | 10010000 | 11010110 | 10001011 | 100001 | 0 | 100011 | 10000 | 1110100 | 110000 | 1000101 |
Color Harmonies of #90D68B
Complementary color
Monochromatic Colors of #90D68B
Black with #90D68B
Text Example
Text Example
White with #90D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D68B; }
p { color: rgb(144,214,139); }
H1.HeaderClassName
{
color: #90D68B;
}
.AnyTagClassName
{
color: #90D68B;
}
</style>
background-color css
<style>
a { background-color: #90D68B; }
a { background-color: rgb(144,214,139); }
div.DivClassName
{
background-color: #90D68B;
}
.BgClassName
{
background-color: #90D68B;
}
</style>
border-color css
<style>
span { border-color: #90D68B; }
span { border-color: rgb(144,214,139); }
td.TdClassName
{
border-color: #90D68B;
}
.TagClassName
{
border-color: #90D68B;
}
</style>