Shades of Tidal #EFF884
Tints of Tidal #EFF884
RGB
CMYK
RGB Variations
Color information
#EFF884 (or 0xEFF884) is known color: Tidal. HEX triplet: EF, F8 and 84. RGB value is (239,248,132). Sum of RGB (Red+Green+Blue) = 239+248+132=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF884 is #10077B. Grayscale: #E8E8E8. Windows color (decimal): -1050492 or 8714479. OLE color: 8714479.
HSL color Cylindrical-coordinate representation of color #EFF884: hue angle of 64.66º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFF884 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 132 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.03 |
| HSL | 64.66º | 0.89% | 0.75% | - |
| HSV(B) | 64.66º | 0.47% | 0.97% | - |
| XYZ | 73.33 | 87.15 | 34.79 | - |
| YUV | 232.09 | 71.52 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 132 | 0.04 | 0 | 0.47 | 0.03 | 64.66 | 0.89 | 0.75 |
| Hex | EF | F8 | 84 | 4 | 0 | 2F | 3 | 41 | 59 | 4B |
| Octal | 357 | 370 | 204 | 4 | 0 | 57 | 3 | 101 | 131 | 113 |
| Binary | 11101111 | 11111000 | 10000100 | 100 | 0 | 101111 | 11 | 1000001 | 1011001 | 1001011 |
Color Harmonies of #EFF884
Complementary color
Monochromatic Colors of #EFF884
Black with #EFF884
Text Example
Text Example
White with #EFF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF884; }
p { color: rgb(239,248,132); }
H1.HeaderClassName
{
color: #EFF884;
}
.AnyTagClassName
{
color: #EFF884;
}
</style>
background-color css
<style>
a { background-color: #EFF884; }
a { background-color: rgb(239,248,132); }
div.DivClassName
{
background-color: #EFF884;
}
.BgClassName
{
background-color: #EFF884;
}
</style>
border-color css
<style>
span { border-color: #EFF884; }
span { border-color: rgb(239,248,132); }
td.TdClassName
{
border-color: #EFF884;
}
.TagClassName
{
border-color: #EFF884;
}
</style>