Shades of Tidal #EFF185
Tints of Tidal #EFF185
RGB
CMYK
RGB Variations
Color information
#EFF185 (or 0xEFF185) is known color: Tidal. HEX triplet: EF, F1 and 85. RGB value is (239,241,133). Sum of RGB (Red+Green+Blue) = 239+241+133=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF185 is #100E7A. Grayscale: #E4E4E4. Windows color (decimal): -1052283 or 8778223. OLE color: 8778223.
HSL color Cylindrical-coordinate representation of color #EFF185: hue angle of 61.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF185 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 133 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.05 |
| HSL | 61.11º | 0.79% | 0.73% | - |
| HSV(B) | 61.11º | 0.45% | 0.95% | - |
| XYZ | 71.29 | 82.95 | 34.45 | - |
| YUV | 228.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 133 | 0.01 | 0 | 0.45 | 0.05 | 61.11 | 0.79 | 0.73 |
| Hex | EF | F1 | 85 | 1 | 0 | 2D | 5 | 3D | 4F | 49 |
| Octal | 357 | 361 | 205 | 1 | 0 | 55 | 5 | 75 | 117 | 111 |
| Binary | 11101111 | 11110001 | 10000101 | 1 | 0 | 101101 | 101 | 111101 | 1001111 | 1001001 |
Color Harmonies of #EFF185
Complementary color
Monochromatic Colors of #EFF185
Black with #EFF185
Text Example
Text Example
White with #EFF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF185; }
p { color: rgb(239,241,133); }
H1.HeaderClassName
{
color: #EFF185;
}
.AnyTagClassName
{
color: #EFF185;
}
</style>
background-color css
<style>
a { background-color: #EFF185; }
a { background-color: rgb(239,241,133); }
div.DivClassName
{
background-color: #EFF185;
}
.BgClassName
{
background-color: #EFF185;
}
</style>
border-color css
<style>
span { border-color: #EFF185; }
span { border-color: rgb(239,241,133); }
td.TdClassName
{
border-color: #EFF185;
}
.TagClassName
{
border-color: #EFF185;
}
</style>