Shades of Tidal #EFF484
Tints of Tidal #EFF484
RGB
CMYK
RGB Variations
Color information
#EFF484 (or 0xEFF484) is known color: Tidal. HEX triplet: EF, F4 and 84. RGB value is (239,244,132). Sum of RGB (Red+Green+Blue) = 239+244+132=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 244 (95.70% from 255 or 39.67% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF484 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF484 is #100B7B. Grayscale: #E6E6E6. Windows color (decimal): -1051516 or 8713455. OLE color: 8713455.
HSL color Cylindrical-coordinate representation of color #EFF484: hue angle of 62.68º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF484 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 132 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.04 |
| HSL | 62.68º | 0.84% | 0.74% | - |
| HSV(B) | 62.68º | 0.46% | 0.96% | - |
| XYZ | 72.11 | 84.72 | 34.38 | - |
| YUV | 229.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 132 | 0.02 | 0 | 0.46 | 0.04 | 62.68 | 0.84 | 0.74 |
| Hex | EF | F4 | 84 | 2 | 0 | 2E | 4 | 3F | 54 | 4A |
| Octal | 357 | 364 | 204 | 2 | 0 | 56 | 4 | 77 | 124 | 112 |
| Binary | 11101111 | 11110100 | 10000100 | 10 | 0 | 101110 | 100 | 111111 | 1010100 | 1001010 |
Color Harmonies of #EFF484
Complementary color
Monochromatic Colors of #EFF484
Black with #EFF484
Text Example
Text Example
White with #EFF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF484; }
p { color: rgb(239,244,132); }
H1.HeaderClassName
{
color: #EFF484;
}
.AnyTagClassName
{
color: #EFF484;
}
</style>
background-color css
<style>
a { background-color: #EFF484; }
a { background-color: rgb(239,244,132); }
div.DivClassName
{
background-color: #EFF484;
}
.BgClassName
{
background-color: #EFF484;
}
</style>
border-color css
<style>
span { border-color: #EFF484; }
span { border-color: rgb(239,244,132); }
td.TdClassName
{
border-color: #EFF484;
}
.TagClassName
{
border-color: #EFF484;
}
</style>