Shades of Tidal #EDF980
Tints of Tidal #EDF980
RGB
CMYK
RGB Variations
Color information
#EDF980 (or 0xEDF980) is known color: Tidal. HEX triplet: ED, F9 and 80. RGB value is (237,249,128). Sum of RGB (Red+Green+Blue) = 237+249+128=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF980 is #12067F. Grayscale: #E8E8E8. Windows color (decimal): -1181312 or 8452589. OLE color: 8452589.
HSL color Cylindrical-coordinate representation of color #EDF980: hue angle of 65.95º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF980 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 128 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.02 |
| HSL | 65.95º | 0.91% | 0.74% | - |
| HSV(B) | 65.95º | 0.49% | 0.98% | - |
| XYZ | 72.7 | 87.31 | 33.44 | - |
| YUV | 231.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 128 | 0.05 | 0 | 0.49 | 0.02 | 65.95 | 0.91 | 0.74 |
| Hex | ED | F9 | 80 | 5 | 0 | 31 | 2 | 42 | 5B | 4A |
| Octal | 355 | 371 | 200 | 5 | 0 | 61 | 2 | 102 | 133 | 112 |
| Binary | 11101101 | 11111001 | 10000000 | 101 | 0 | 110001 | 10 | 1000010 | 1011011 | 1001010 |
Color Harmonies of #EDF980
Complementary color
Monochromatic Colors of #EDF980
Black with #EDF980
Text Example
Text Example
White with #EDF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF980; }
p { color: rgb(237,249,128); }
H1.HeaderClassName
{
color: #EDF980;
}
.AnyTagClassName
{
color: #EDF980;
}
</style>
background-color css
<style>
a { background-color: #EDF980; }
a { background-color: rgb(237,249,128); }
div.DivClassName
{
background-color: #EDF980;
}
.BgClassName
{
background-color: #EDF980;
}
</style>
border-color css
<style>
span { border-color: #EDF980; }
span { border-color: rgb(237,249,128); }
td.TdClassName
{
border-color: #EDF980;
}
.TagClassName
{
border-color: #EDF980;
}
</style>