Shades of Tidal #EFF582
Tints of Tidal #EFF582
RGB
CMYK
RGB Variations
Color information
#EFF582 (or 0xEFF582) is known color: Tidal. HEX triplet: EF, F5 and 82. RGB value is (239,245,130). Sum of RGB (Red+Green+Blue) = 239+245+130=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF582 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF582 is #100A7D. Grayscale: #E6E6E6. Windows color (decimal): -1051262 or 8582639. OLE color: 8582639.
HSL color Cylindrical-coordinate representation of color #EFF582: hue angle of 63.13º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFF582 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 130 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.04 |
| HSL | 63.13º | 0.85% | 0.74% | - |
| HSV(B) | 63.13º | 0.47% | 0.96% | - |
| XYZ | 72.28 | 85.27 | 33.77 | - |
| YUV | 230.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 130 | 0.02 | 0 | 0.47 | 0.04 | 63.13 | 0.85 | 0.74 |
| Hex | EF | F5 | 82 | 2 | 0 | 2F | 4 | 3F | 55 | 4A |
| Octal | 357 | 365 | 202 | 2 | 0 | 57 | 4 | 77 | 125 | 112 |
| Binary | 11101111 | 11110101 | 10000010 | 10 | 0 | 101111 | 100 | 111111 | 1010101 | 1001010 |
Color Harmonies of #EFF582
Complementary color
Monochromatic Colors of #EFF582
Black with #EFF582
Text Example
Text Example
White with #EFF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF582; }
p { color: rgb(239,245,130); }
H1.HeaderClassName
{
color: #EFF582;
}
.AnyTagClassName
{
color: #EFF582;
}
</style>
background-color css
<style>
a { background-color: #EFF582; }
a { background-color: rgb(239,245,130); }
div.DivClassName
{
background-color: #EFF582;
}
.BgClassName
{
background-color: #EFF582;
}
</style>
border-color css
<style>
span { border-color: #EFF582; }
span { border-color: rgb(239,245,130); }
td.TdClassName
{
border-color: #EFF582;
}
.TagClassName
{
border-color: #EFF582;
}
</style>