Shades of Tidal #EDF984
Tints of Tidal #EDF984
RGB
CMYK
RGB Variations
Color information
#EDF984 (or 0xEDF984) is known color: Tidal. HEX triplet: ED, F9 and 84. RGB value is (237,249,132). Sum of RGB (Red+Green+Blue) = 237+249+132=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 132 (51.95% from 255 or 21.36% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF984 is #12067B. Grayscale: #E8E8E8. Windows color (decimal): -1181308 or 8714733. OLE color: 8714733.
HSL color Cylindrical-coordinate representation of color #EDF984: hue angle of 66.15º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF984 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 132 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.02 |
| HSL | 66.15º | 0.91% | 0.75% | - |
| HSV(B) | 66.15º | 0.47% | 0.98% | - |
| XYZ | 72.97 | 87.42 | 34.86 | - |
| YUV | 232.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 132 | 0.05 | 0 | 0.47 | 0.02 | 66.15 | 0.91 | 0.75 |
| Hex | ED | F9 | 84 | 5 | 0 | 2F | 2 | 42 | 5B | 4B |
| Octal | 355 | 371 | 204 | 5 | 0 | 57 | 2 | 102 | 133 | 113 |
| Binary | 11101101 | 11111001 | 10000100 | 101 | 0 | 101111 | 10 | 1000010 | 1011011 | 1001011 |
Color Harmonies of #EDF984
Complementary color
Monochromatic Colors of #EDF984
Black with #EDF984
Text Example
Text Example
White with #EDF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF984; }
p { color: rgb(237,249,132); }
H1.HeaderClassName
{
color: #EDF984;
}
.AnyTagClassName
{
color: #EDF984;
}
</style>
background-color css
<style>
a { background-color: #EDF984; }
a { background-color: rgb(237,249,132); }
div.DivClassName
{
background-color: #EDF984;
}
.BgClassName
{
background-color: #EDF984;
}
</style>
border-color css
<style>
span { border-color: #EDF984; }
span { border-color: rgb(237,249,132); }
td.TdClassName
{
border-color: #EDF984;
}
.TagClassName
{
border-color: #EDF984;
}
</style>