Shades of Tidal #EFF189
Tints of Tidal #EFF189
RGB
CMYK
RGB Variations
Color information
#EFF189 (or 0xEFF189) is known color: Tidal. HEX triplet: EF, F1 and 89. RGB value is (239,241,137). Sum of RGB (Red+Green+Blue) = 239+241+137=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 137 (53.91% from 255 or 22.20% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF189 is #100E76. Grayscale: #E4E4E4. Windows color (decimal): -1052279 or 9040367. OLE color: 9040367.
HSL color Cylindrical-coordinate representation of color #EFF189: hue angle of 61.15º degrees, saturation: 0.79, 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 #EFF189 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 137 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.05 |
| HSL | 61.15º | 0.79% | 0.74% | - |
| HSV(B) | 61.15º | 0.43% | 0.95% | - |
| XYZ | 71.57 | 83.07 | 35.93 | - |
| YUV | 228.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 137 | 0.01 | 0 | 0.43 | 0.05 | 61.15 | 0.79 | 0.74 |
| Hex | EF | F1 | 89 | 1 | 0 | 2B | 5 | 3D | 4F | 4A |
| Octal | 357 | 361 | 211 | 1 | 0 | 53 | 5 | 75 | 117 | 112 |
| Binary | 11101111 | 11110001 | 10001001 | 1 | 0 | 101011 | 101 | 111101 | 1001111 | 1001010 |
Color Harmonies of #EFF189
Complementary color
Monochromatic Colors of #EFF189
Black with #EFF189
Text Example
Text Example
White with #EFF189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF189; }
p { color: rgb(239,241,137); }
H1.HeaderClassName
{
color: #EFF189;
}
.AnyTagClassName
{
color: #EFF189;
}
</style>
background-color css
<style>
a { background-color: #EFF189; }
a { background-color: rgb(239,241,137); }
div.DivClassName
{
background-color: #EFF189;
}
.BgClassName
{
background-color: #EFF189;
}
</style>
border-color css
<style>
span { border-color: #EFF189; }
span { border-color: rgb(239,241,137); }
td.TdClassName
{
border-color: #EFF189;
}
.TagClassName
{
border-color: #EFF189;
}
</style>