Shades of Tidal #EFF57F
Tints of Tidal #EFF57F
RGB
CMYK
RGB Variations
Color information
#EFF57F (or 0xEFF57F) is known color: Tidal. HEX triplet: EF, F5 and 7F. RGB value is (239,245,127). Sum of RGB (Red+Green+Blue) = 239+245+127=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 127 (50% from 255 or 20.79% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF57F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF57F is #100A80. Grayscale: #E6E6E6. Windows color (decimal): -1051265 or 8386031. OLE color: 8386031.
HSL color Cylindrical-coordinate representation of color #EFF57F: hue angle of 63.05º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF57F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 127 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.04 |
| HSL | 63.05º | 0.86% | 0.73% | - |
| HSV(B) | 63.05º | 0.48% | 0.96% | - |
| XYZ | 72.08 | 85.19 | 32.72 | - |
| YUV | 229.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 127 | 0.02 | 0 | 0.48 | 0.04 | 63.05 | 0.86 | 0.73 |
| Hex | EF | F5 | 7F | 2 | 0 | 30 | 4 | 3F | 56 | 49 |
| Octal | 357 | 365 | 177 | 2 | 0 | 60 | 4 | 77 | 126 | 111 |
| Binary | 11101111 | 11110101 | 1111111 | 10 | 0 | 110000 | 100 | 111111 | 1010110 | 1001001 |
Color Harmonies of #EFF57F
Complementary color
Monochromatic Colors of #EFF57F
Black with #EFF57F
Text Example
Text Example
White with #EFF57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF57F; }
p { color: rgb(239,245,127); }
H1.HeaderClassName
{
color: #EFF57F;
}
.AnyTagClassName
{
color: #EFF57F;
}
</style>
background-color css
<style>
a { background-color: #EFF57F; }
a { background-color: rgb(239,245,127); }
div.DivClassName
{
background-color: #EFF57F;
}
.BgClassName
{
background-color: #EFF57F;
}
</style>
border-color css
<style>
span { border-color: #EFF57F; }
span { border-color: rgb(239,245,127); }
td.TdClassName
{
border-color: #EFF57F;
}
.TagClassName
{
border-color: #EFF57F;
}
</style>