Shades of Tidal #EDF787
Tints of Tidal #EDF787
RGB
CMYK
RGB Variations
Color information
#EDF787 (or 0xEDF787) is known color: Tidal. HEX triplet: ED, F7 and 87. RGB value is (237,247,135). Sum of RGB (Red+Green+Blue) = 237+247+135=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 135 (53.12% from 255 or 21.81% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF787 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF787 is #120878. Grayscale: #E7E7E7. Windows color (decimal): -1181817 or 8910829. OLE color: 8910829.
HSL color Cylindrical-coordinate representation of color #EDF787: hue angle of 65.36º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF787 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 135 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.03 |
| HSL | 65.36º | 0.88% | 0.75% | - |
| HSV(B) | 65.36º | 0.45% | 0.97% | - |
| XYZ | 72.56 | 86.28 | 35.75 | - |
| YUV | 231.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 135 | 0.04 | 0 | 0.45 | 0.03 | 65.36 | 0.88 | 0.75 |
| Hex | ED | F7 | 87 | 4 | 0 | 2D | 3 | 41 | 58 | 4B |
| Octal | 355 | 367 | 207 | 4 | 0 | 55 | 3 | 101 | 130 | 113 |
| Binary | 11101101 | 11110111 | 10000111 | 100 | 0 | 101101 | 11 | 1000001 | 1011000 | 1001011 |
Color Harmonies of #EDF787
Complementary color
Monochromatic Colors of #EDF787
Black with #EDF787
Text Example
Text Example
White with #EDF787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF787; }
p { color: rgb(237,247,135); }
H1.HeaderClassName
{
color: #EDF787;
}
.AnyTagClassName
{
color: #EDF787;
}
</style>
background-color css
<style>
a { background-color: #EDF787; }
a { background-color: rgb(237,247,135); }
div.DivClassName
{
background-color: #EDF787;
}
.BgClassName
{
background-color: #EDF787;
}
</style>
border-color css
<style>
span { border-color: #EDF787; }
span { border-color: rgb(237,247,135); }
td.TdClassName
{
border-color: #EDF787;
}
.TagClassName
{
border-color: #EDF787;
}
</style>