Shades of Tidal #EFF487
Tints of Tidal #EFF487
RGB
CMYK
RGB Variations
Color information
#EFF487 (or 0xEFF487) is known color: Tidal. HEX triplet: EF, F4 and 87. RGB value is (239,244,135). Sum of RGB (Red+Green+Blue) = 239+244+135=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 135 (53.12% from 255 or 21.84% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF487 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF487 is #100B78. Grayscale: #E6E6E6. Windows color (decimal): -1051513 or 8910063. OLE color: 8910063.
HSL color Cylindrical-coordinate representation of color #EFF487: hue angle of 62.75º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF487 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 135 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.04 |
| HSL | 62.75º | 0.83% | 0.74% | - |
| HSV(B) | 62.75º | 0.45% | 0.96% | - |
| XYZ | 72.32 | 84.8 | 35.48 | - |
| YUV | 230.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 135 | 0.02 | 0 | 0.45 | 0.04 | 62.75 | 0.83 | 0.74 |
| Hex | EF | F4 | 87 | 2 | 0 | 2D | 4 | 3F | 53 | 4A |
| Octal | 357 | 364 | 207 | 2 | 0 | 55 | 4 | 77 | 123 | 112 |
| Binary | 11101111 | 11110100 | 10000111 | 10 | 0 | 101101 | 100 | 111111 | 1010011 | 1001010 |
Color Harmonies of #EFF487
Complementary color
Monochromatic Colors of #EFF487
Black with #EFF487
Text Example
Text Example
White with #EFF487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF487; }
p { color: rgb(239,244,135); }
H1.HeaderClassName
{
color: #EFF487;
}
.AnyTagClassName
{
color: #EFF487;
}
</style>
background-color css
<style>
a { background-color: #EFF487; }
a { background-color: rgb(239,244,135); }
div.DivClassName
{
background-color: #EFF487;
}
.BgClassName
{
background-color: #EFF487;
}
</style>
border-color css
<style>
span { border-color: #EFF487; }
span { border-color: rgb(239,244,135); }
td.TdClassName
{
border-color: #EFF487;
}
.TagClassName
{
border-color: #EFF487;
}
</style>