Shades of Tidal #EFF584
Tints of Tidal #EFF584
RGB
CMYK
RGB Variations
Color information
#EFF584 (or 0xEFF584) is known color: Tidal. HEX triplet: EF, F5 and 84. RGB value is (239,245,132). Sum of RGB (Red+Green+Blue) = 239+245+132=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF584 is #100A7B. Grayscale: #E6E6E6. Windows color (decimal): -1051260 or 8713711. OLE color: 8713711.
HSL color Cylindrical-coordinate representation of color #EFF584: hue angle of 63.19º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF584 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 132 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.04 |
| HSL | 63.19º | 0.85% | 0.74% | - |
| HSV(B) | 63.19º | 0.46% | 0.96% | - |
| XYZ | 72.41 | 85.32 | 34.48 | - |
| YUV | 230.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 132 | 0.02 | 0 | 0.46 | 0.04 | 63.19 | 0.85 | 0.74 |
| Hex | EF | F5 | 84 | 2 | 0 | 2E | 4 | 3F | 55 | 4A |
| Octal | 357 | 365 | 204 | 2 | 0 | 56 | 4 | 77 | 125 | 112 |
| Binary | 11101111 | 11110101 | 10000100 | 10 | 0 | 101110 | 100 | 111111 | 1010101 | 1001010 |
Color Harmonies of #EFF584
Complementary color
Monochromatic Colors of #EFF584
Black with #EFF584
Text Example
Text Example
White with #EFF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF584; }
p { color: rgb(239,245,132); }
H1.HeaderClassName
{
color: #EFF584;
}
.AnyTagClassName
{
color: #EFF584;
}
</style>
background-color css
<style>
a { background-color: #EFF584; }
a { background-color: rgb(239,245,132); }
div.DivClassName
{
background-color: #EFF584;
}
.BgClassName
{
background-color: #EFF584;
}
</style>
border-color css
<style>
span { border-color: #EFF584; }
span { border-color: rgb(239,245,132); }
td.TdClassName
{
border-color: #EFF584;
}
.TagClassName
{
border-color: #EFF584;
}
</style>