Shades of Tidal #EFF186
Tints of Tidal #EFF186
RGB
CMYK
RGB Variations
Color information
#EFF186 (or 0xEFF186) is known color: Tidal. HEX triplet: EF, F1 and 86. RGB value is (239,241,134). Sum of RGB (Red+Green+Blue) = 239+241+134=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF186 is #100E79. Grayscale: #E4E4E4. Windows color (decimal): -1052282 or 8843759. OLE color: 8843759.
HSL color Cylindrical-coordinate representation of color #EFF186: hue angle of 61.12º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF186 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 134 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.05 |
| HSL | 61.12º | 0.79% | 0.74% | - |
| HSV(B) | 61.12º | 0.44% | 0.95% | - |
| XYZ | 71.35 | 82.98 | 34.81 | - |
| YUV | 228.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 134 | 0.01 | 0 | 0.44 | 0.05 | 61.12 | 0.79 | 0.74 |
| Hex | EF | F1 | 86 | 1 | 0 | 2C | 5 | 3D | 4F | 4A |
| Octal | 357 | 361 | 206 | 1 | 0 | 54 | 5 | 75 | 117 | 112 |
| Binary | 11101111 | 11110001 | 10000110 | 1 | 0 | 101100 | 101 | 111101 | 1001111 | 1001010 |
Color Harmonies of #EFF186
Complementary color
Monochromatic Colors of #EFF186
Black with #EFF186
Text Example
Text Example
White with #EFF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF186; }
p { color: rgb(239,241,134); }
H1.HeaderClassName
{
color: #EFF186;
}
.AnyTagClassName
{
color: #EFF186;
}
</style>
background-color css
<style>
a { background-color: #EFF186; }
a { background-color: rgb(239,241,134); }
div.DivClassName
{
background-color: #EFF186;
}
.BgClassName
{
background-color: #EFF186;
}
</style>
border-color css
<style>
span { border-color: #EFF186; }
span { border-color: rgb(239,241,134); }
td.TdClassName
{
border-color: #EFF186;
}
.TagClassName
{
border-color: #EFF186;
}
</style>