Shades of Tidal #EDF784
Tints of Tidal #EDF784
RGB
CMYK
RGB Variations
Color information
#EDF784 (or 0xEDF784) is known color: Tidal. HEX triplet: ED, F7 and 84. RGB value is (237,247,132). Sum of RGB (Red+Green+Blue) = 237+247+132=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 247 (96.88% from 255 or 40.10% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF784 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF784 is #12087B. Grayscale: #E7E7E7. Windows color (decimal): -1181820 or 8714221. OLE color: 8714221.
HSL color Cylindrical-coordinate representation of color #EDF784: hue angle of 65.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF784 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 132 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.03 |
| HSL | 65.22º | 0.88% | 0.74% | - |
| HSV(B) | 65.22º | 0.47% | 0.97% | - |
| XYZ | 72.35 | 86.19 | 34.65 | - |
| YUV | 230.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 132 | 0.04 | 0 | 0.47 | 0.03 | 65.22 | 0.88 | 0.74 |
| Hex | ED | F7 | 84 | 4 | 0 | 2F | 3 | 41 | 58 | 4A |
| Octal | 355 | 367 | 204 | 4 | 0 | 57 | 3 | 101 | 130 | 112 |
| Binary | 11101101 | 11110111 | 10000100 | 100 | 0 | 101111 | 11 | 1000001 | 1011000 | 1001010 |
Color Harmonies of #EDF784
Complementary color
Monochromatic Colors of #EDF784
Black with #EDF784
Text Example
Text Example
White with #EDF784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF784; }
p { color: rgb(237,247,132); }
H1.HeaderClassName
{
color: #EDF784;
}
.AnyTagClassName
{
color: #EDF784;
}
</style>
background-color css
<style>
a { background-color: #EDF784; }
a { background-color: rgb(237,247,132); }
div.DivClassName
{
background-color: #EDF784;
}
.BgClassName
{
background-color: #EDF784;
}
</style>
border-color css
<style>
span { border-color: #EDF784; }
span { border-color: rgb(237,247,132); }
td.TdClassName
{
border-color: #EDF784;
}
.TagClassName
{
border-color: #EDF784;
}
</style>