Shades of Tidal #EFF482
Tints of Tidal #EFF482
RGB
CMYK
RGB Variations
Color information
#EFF482 (or 0xEFF482) is known color: Tidal. HEX triplet: EF, F4 and 82. RGB value is (239,244,130). Sum of RGB (Red+Green+Blue) = 239+244+130=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF482 is #100B7D. Grayscale: #E5E5E5. Windows color (decimal): -1051518 or 8582383. OLE color: 8582383.
HSL color Cylindrical-coordinate representation of color #EFF482: hue angle of 62.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFF482 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 130 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.04 |
| HSL | 62.63º | 0.84% | 0.73% | - |
| HSV(B) | 62.63º | 0.47% | 0.96% | - |
| XYZ | 71.98 | 84.66 | 33.67 | - |
| YUV | 229.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 130 | 0.02 | 0 | 0.47 | 0.04 | 62.63 | 0.84 | 0.73 |
| Hex | EF | F4 | 82 | 2 | 0 | 2F | 4 | 3F | 54 | 49 |
| Octal | 357 | 364 | 202 | 2 | 0 | 57 | 4 | 77 | 124 | 111 |
| Binary | 11101111 | 11110100 | 10000010 | 10 | 0 | 101111 | 100 | 111111 | 1010100 | 1001001 |
Color Harmonies of #EFF482
Complementary color
Monochromatic Colors of #EFF482
Black with #EFF482
Text Example
Text Example
White with #EFF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF482; }
p { color: rgb(239,244,130); }
H1.HeaderClassName
{
color: #EFF482;
}
.AnyTagClassName
{
color: #EFF482;
}
</style>
background-color css
<style>
a { background-color: #EFF482; }
a { background-color: rgb(239,244,130); }
div.DivClassName
{
background-color: #EFF482;
}
.BgClassName
{
background-color: #EFF482;
}
</style>
border-color css
<style>
span { border-color: #EFF482; }
span { border-color: rgb(239,244,130); }
td.TdClassName
{
border-color: #EFF482;
}
.TagClassName
{
border-color: #EFF482;
}
</style>