Shades of De York #90CF90
Tints of De York #90CF90
RGB
CMYK
RGB Variations
Color information
#90CF90 (or 0x90CF90) is known color: De York. HEX triplet: 90, CF and 90. RGB value is (144,207,144). Sum of RGB (Red+Green+Blue) = 144+207+144=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF90 is #6F306F. Grayscale: #B5B5B5. Windows color (decimal): -7286896 or 9490320. OLE color: 9490320.
HSL color Cylindrical-coordinate representation of color #90CF90: hue angle of 120º degrees, saturation: 0.4, 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 #90CF90 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 144 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.19 |
| HSL | 120º | 0.4% | 0.69% | - |
| HSV(B) | 120º | 0.3% | 0.81% | - |
| XYZ | 38.85 | 52.57 | 34.48 | - |
| YUV | 180.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 144 | 0.30 | 0 | 0.30 | 0.19 | 120 | 0.4 | 0.69 |
| Hex | 90 | CF | 90 | 1E | 0 | 1E | 13 | 78 | 28 | 45 |
| Octal | 220 | 317 | 220 | 36 | 0 | 36 | 23 | 170 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10010000 | 11110 | 0 | 11110 | 10011 | 1111000 | 101000 | 1000101 |
Color Harmonies of #90CF90
Complementary color
Monochromatic Colors of #90CF90
Black with #90CF90
Text Example
Text Example
White with #90CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF90; }
p { color: rgb(144,207,144); }
H1.HeaderClassName
{
color: #90CF90;
}
.AnyTagClassName
{
color: #90CF90;
}
</style>
background-color css
<style>
a { background-color: #90CF90; }
a { background-color: rgb(144,207,144); }
div.DivClassName
{
background-color: #90CF90;
}
.BgClassName
{
background-color: #90CF90;
}
</style>
border-color css
<style>
span { border-color: #90CF90; }
span { border-color: rgb(144,207,144); }
td.TdClassName
{
border-color: #90CF90;
}
.TagClassName
{
border-color: #90CF90;
}
</style>