Shades of Tidal #DEF587
Tints of Tidal #DEF587
RGB
CMYK
RGB Variations
Color information
#DEF587 (or 0xDEF587) is known color: Tidal. HEX triplet: DE, F5 and 87. RGB value is (222,245,135). Sum of RGB (Red+Green+Blue) = 222+245+135=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF587 is #210A78. Grayscale: #E1E1E1. Windows color (decimal): -2165369 or 8910302. OLE color: 8910302.
HSL color Cylindrical-coordinate representation of color #DEF587: hue angle of 72.55º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF587 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 135 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.04 |
| HSL | 72.55º | 0.85% | 0.75% | - |
| HSV(B) | 72.55º | 0.45% | 0.96% | - |
| XYZ | 67.15 | 82.58 | 35.32 | - |
| YUV | 225.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 135 | 0.09 | 0 | 0.45 | 0.04 | 72.55 | 0.85 | 0.75 |
| Hex | DE | F5 | 87 | 9 | 0 | 2D | 4 | 49 | 55 | 4B |
| Octal | 336 | 365 | 207 | 11 | 0 | 55 | 4 | 111 | 125 | 113 |
| Binary | 11011110 | 11110101 | 10000111 | 1001 | 0 | 101101 | 100 | 1001001 | 1010101 | 1001011 |
Color Harmonies of #DEF587
Complementary color
Monochromatic Colors of #DEF587
Black with #DEF587
Text Example
Text Example
White with #DEF587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF587; }
p { color: rgb(222,245,135); }
H1.HeaderClassName
{
color: #DEF587;
}
.AnyTagClassName
{
color: #DEF587;
}
</style>
background-color css
<style>
a { background-color: #DEF587; }
a { background-color: rgb(222,245,135); }
div.DivClassName
{
background-color: #DEF587;
}
.BgClassName
{
background-color: #DEF587;
}
</style>
border-color css
<style>
span { border-color: #DEF587; }
span { border-color: rgb(222,245,135); }
td.TdClassName
{
border-color: #DEF587;
}
.TagClassName
{
border-color: #DEF587;
}
</style>