Shades of De York #90CE90
Tints of De York #90CE90
RGB
CMYK
RGB Variations
Color information
#90CE90 (or 0x90CE90) is known color: De York. HEX triplet: 90, CE and 90. RGB value is (144,206,144). Sum of RGB (Red+Green+Blue) = 144+206+144=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE90 is #6F316F. Grayscale: #B4B4B4. Windows color (decimal): -7287152 or 9490064. OLE color: 9490064.
HSL color Cylindrical-coordinate representation of color #90CE90: hue angle of 120º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CE90 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 144 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.19 |
| HSL | 120º | 0.39% | 0.69% | - |
| HSV(B) | 120º | 0.3% | 0.81% | - |
| XYZ | 38.61 | 52.09 | 34.4 | - |
| YUV | 180.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 144 | 0.30 | 0 | 0.30 | 0.19 | 120 | 0.39 | 0.69 |
| Hex | 90 | CE | 90 | 1E | 0 | 1E | 13 | 78 | 27 | 45 |
| Octal | 220 | 316 | 220 | 36 | 0 | 36 | 23 | 170 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10010000 | 11110 | 0 | 11110 | 10011 | 1111000 | 100111 | 1000101 |
Color Harmonies of #90CE90
Complementary color
Monochromatic Colors of #90CE90
Black with #90CE90
Text Example
Text Example
White with #90CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE90; }
p { color: rgb(144,206,144); }
H1.HeaderClassName
{
color: #90CE90;
}
.AnyTagClassName
{
color: #90CE90;
}
</style>
background-color css
<style>
a { background-color: #90CE90; }
a { background-color: rgb(144,206,144); }
div.DivClassName
{
background-color: #90CE90;
}
.BgClassName
{
background-color: #90CE90;
}
</style>
border-color css
<style>
span { border-color: #90CE90; }
span { border-color: rgb(144,206,144); }
td.TdClassName
{
border-color: #90CE90;
}
.TagClassName
{
border-color: #90CE90;
}
</style>