Shades of De York #90CF88
Tints of De York #90CF88
RGB
CMYK
RGB Variations
Color information
#90CF88 (or 0x90CF88) is known color: De York. HEX triplet: 90, CF and 88. RGB value is (144,207,136). Sum of RGB (Red+Green+Blue) = 144+207+136=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CF88 is #6F3077. Grayscale: #B4B4B4. Windows color (decimal): -7286904 or 8966032. OLE color: 8966032.
HSL color Cylindrical-coordinate representation of color #90CF88: hue angle of 113.24º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90CF88 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 136 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.19 |
| HSL | 113.24º | 0.43% | 0.67% | - |
| HSV(B) | 113.24º | 0.34% | 0.81% | - |
| XYZ | 38.26 | 52.33 | 31.38 | - |
| YUV | 180.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 136 | 0.30 | 0 | 0.34 | 0.19 | 113.24 | 0.43 | 0.67 |
| Hex | 90 | CF | 88 | 1E | 0 | 22 | 13 | 71 | 2B | 43 |
| Octal | 220 | 317 | 210 | 36 | 0 | 42 | 23 | 161 | 53 | 103 |
| Binary | 10010000 | 11001111 | 10001000 | 11110 | 0 | 100010 | 10011 | 1110001 | 101011 | 1000011 |
Color Harmonies of #90CF88
Complementary color
Monochromatic Colors of #90CF88
Black with #90CF88
Text Example
Text Example
White with #90CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF88; }
p { color: rgb(144,207,136); }
H1.HeaderClassName
{
color: #90CF88;
}
.AnyTagClassName
{
color: #90CF88;
}
</style>
background-color css
<style>
a { background-color: #90CF88; }
a { background-color: rgb(144,207,136); }
div.DivClassName
{
background-color: #90CF88;
}
.BgClassName
{
background-color: #90CF88;
}
</style>
border-color css
<style>
span { border-color: #90CF88; }
span { border-color: rgb(144,207,136); }
td.TdClassName
{
border-color: #90CF88;
}
.TagClassName
{
border-color: #90CF88;
}
</style>