Shades of Tidal #EFF788
Tints of Tidal #EFF788
RGB
CMYK
RGB Variations
Color information
#EFF788 (or 0xEFF788) is known color: Tidal. HEX triplet: EF, F7 and 88. RGB value is (239,247,136). Sum of RGB (Red+Green+Blue) = 239+247+136=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 136 (53.52% from 255 or 21.86% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF788 is #100877. Grayscale: #E8E8E8. Windows color (decimal): -1050744 or 8976367. OLE color: 8976367.
HSL color Cylindrical-coordinate representation of color #EFF788: hue angle of 64.32º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF788 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 136 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.03 |
| HSL | 64.32º | 0.87% | 0.75% | - |
| HSV(B) | 64.32º | 0.45% | 0.97% | - |
| XYZ | 73.3 | 86.65 | 36.15 | - |
| YUV | 231.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 136 | 0.03 | 0 | 0.45 | 0.03 | 64.32 | 0.87 | 0.75 |
| Hex | EF | F7 | 88 | 3 | 0 | 2D | 3 | 40 | 57 | 4B |
| Octal | 357 | 367 | 210 | 3 | 0 | 55 | 3 | 100 | 127 | 113 |
| Binary | 11101111 | 11110111 | 10001000 | 11 | 0 | 101101 | 11 | 1000000 | 1010111 | 1001011 |
Color Harmonies of #EFF788
Complementary color
Monochromatic Colors of #EFF788
Black with #EFF788
Text Example
Text Example
White with #EFF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF788; }
p { color: rgb(239,247,136); }
H1.HeaderClassName
{
color: #EFF788;
}
.AnyTagClassName
{
color: #EFF788;
}
</style>
background-color css
<style>
a { background-color: #EFF788; }
a { background-color: rgb(239,247,136); }
div.DivClassName
{
background-color: #EFF788;
}
.BgClassName
{
background-color: #EFF788;
}
</style>
border-color css
<style>
span { border-color: #EFF788; }
span { border-color: rgb(239,247,136); }
td.TdClassName
{
border-color: #EFF788;
}
.TagClassName
{
border-color: #EFF788;
}
</style>