Shades of Tidal #EFF488
Tints of Tidal #EFF488
RGB
CMYK
RGB Variations
Color information
#EFF488 (or 0xEFF488) is known color: Tidal. HEX triplet: EF, F4 and 88. RGB value is (239,244,136). Sum of RGB (Red+Green+Blue) = 239+244+136=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF488 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF488 is #100B77. Grayscale: #E6E6E6. Windows color (decimal): -1051512 or 8975599. OLE color: 8975599.
HSL color Cylindrical-coordinate representation of color #EFF488: hue angle of 62.78º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF488 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 136 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.04 |
| HSL | 62.78º | 0.83% | 0.75% | - |
| HSV(B) | 62.78º | 0.44% | 0.96% | - |
| XYZ | 72.39 | 84.83 | 35.85 | - |
| YUV | 230.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 136 | 0.02 | 0 | 0.44 | 0.04 | 62.78 | 0.83 | 0.75 |
| Hex | EF | F4 | 88 | 2 | 0 | 2C | 4 | 3F | 53 | 4B |
| Octal | 357 | 364 | 210 | 2 | 0 | 54 | 4 | 77 | 123 | 113 |
| Binary | 11101111 | 11110100 | 10001000 | 10 | 0 | 101100 | 100 | 111111 | 1010011 | 1001011 |
Color Harmonies of #EFF488
Complementary color
Monochromatic Colors of #EFF488
Black with #EFF488
Text Example
Text Example
White with #EFF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF488; }
p { color: rgb(239,244,136); }
H1.HeaderClassName
{
color: #EFF488;
}
.AnyTagClassName
{
color: #EFF488;
}
</style>
background-color css
<style>
a { background-color: #EFF488; }
a { background-color: rgb(239,244,136); }
div.DivClassName
{
background-color: #EFF488;
}
.BgClassName
{
background-color: #EFF488;
}
</style>
border-color css
<style>
span { border-color: #EFF488; }
span { border-color: rgb(239,244,136); }
td.TdClassName
{
border-color: #EFF488;
}
.TagClassName
{
border-color: #EFF488;
}
</style>