Shades of Tidal #EFF289
Tints of Tidal #EFF289
RGB
CMYK
RGB Variations
Color information
#EFF289 (or 0xEFF289) is known color: Tidal. HEX triplet: EF, F2 and 89. RGB value is (239,242,137). Sum of RGB (Red+Green+Blue) = 239+242+137=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 137 (53.91% from 255 or 22.17% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF289 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF289 is #100D76. Grayscale: #E5E5E5. Windows color (decimal): -1052023 or 9040623. OLE color: 9040623.
HSL color Cylindrical-coordinate representation of color #EFF289: hue angle of 61.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF289 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 137 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.05 |
| HSL | 61.71º | 0.8% | 0.74% | - |
| HSV(B) | 61.71º | 0.43% | 0.95% | - |
| XYZ | 71.86 | 83.66 | 36.03 | - |
| YUV | 229.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 137 | 0.01 | 0 | 0.43 | 0.05 | 61.71 | 0.8 | 0.74 |
| Hex | EF | F2 | 89 | 1 | 0 | 2B | 5 | 3E | 50 | 4A |
| Octal | 357 | 362 | 211 | 1 | 0 | 53 | 5 | 76 | 120 | 112 |
| Binary | 11101111 | 11110010 | 10001001 | 1 | 0 | 101011 | 101 | 111110 | 1010000 | 1001010 |
Color Harmonies of #EFF289
Complementary color
Monochromatic Colors of #EFF289
Black with #EFF289
Text Example
Text Example
White with #EFF289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF289; }
p { color: rgb(239,242,137); }
H1.HeaderClassName
{
color: #EFF289;
}
.AnyTagClassName
{
color: #EFF289;
}
</style>
background-color css
<style>
a { background-color: #EFF289; }
a { background-color: rgb(239,242,137); }
div.DivClassName
{
background-color: #EFF289;
}
.BgClassName
{
background-color: #EFF289;
}
</style>
border-color css
<style>
span { border-color: #EFF289; }
span { border-color: rgb(239,242,137); }
td.TdClassName
{
border-color: #EFF289;
}
.TagClassName
{
border-color: #EFF289;
}
</style>