Shades of De York #90CF87
Tints of De York #90CF87
RGB
CMYK
RGB Variations
Color information
#90CF87 (or 0x90CF87) is known color: De York. HEX triplet: 90, CF and 87. RGB value is (144,207,135). Sum of RGB (Red+Green+Blue) = 144+207+135=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF87 is #6F3078. Grayscale: #B4B4B4. Windows color (decimal): -7286905 or 8900496. OLE color: 8900496.
HSL color Cylindrical-coordinate representation of color #90CF87: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90CF87 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 135 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.19 |
| HSL | 112.5º | 0.43% | 0.67% | - |
| HSV(B) | 112.5º | 0.35% | 0.81% | - |
| XYZ | 38.19 | 52.3 | 31 | - |
| YUV | 179.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 135 | 0.30 | 0 | 0.35 | 0.19 | 112.5 | 0.43 | 0.67 |
| Hex | 90 | CF | 87 | 1E | 0 | 23 | 13 | 70 | 2B | 43 |
| Octal | 220 | 317 | 207 | 36 | 0 | 43 | 23 | 160 | 53 | 103 |
| Binary | 10010000 | 11001111 | 10000111 | 11110 | 0 | 100011 | 10011 | 1110000 | 101011 | 1000011 |
Color Harmonies of #90CF87
Complementary color
Monochromatic Colors of #90CF87
Black with #90CF87
Text Example
Text Example
White with #90CF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF87; }
p { color: rgb(144,207,135); }
H1.HeaderClassName
{
color: #90CF87;
}
.AnyTagClassName
{
color: #90CF87;
}
</style>
background-color css
<style>
a { background-color: #90CF87; }
a { background-color: rgb(144,207,135); }
div.DivClassName
{
background-color: #90CF87;
}
.BgClassName
{
background-color: #90CF87;
}
</style>
border-color css
<style>
span { border-color: #90CF87; }
span { border-color: rgb(144,207,135); }
td.TdClassName
{
border-color: #90CF87;
}
.TagClassName
{
border-color: #90CF87;
}
</style>