Shades of Tidal #EFFF84
Tints of Tidal #EFFF84
RGB
CMYK
RGB Variations
Color information
#EFFF84 (or 0xEFFF84) is known color: Tidal. HEX triplet: EF, FF and 84. RGB value is (239,255,132). Sum of RGB (Red+Green+Blue) = 239+255+132=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 132 (51.95% from 255 or 21.09% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF84 is #10007B. Grayscale: #ECECEC. Windows color (decimal): -1048700 or 8716271. OLE color: 8716271.
HSL color Cylindrical-coordinate representation of color #EFFF84: hue angle of 67.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFFF84 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 132 | - |
| CMYK | 0.06 | 0 | 0.48 | 0 |
| HSL | 67.8º | 1% | 0.76% | - |
| HSV(B) | 67.8º | 0.48% | 1% | - |
| XYZ | 75.52 | 91.54 | 35.52 | - |
| YUV | 236.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 132 | 0.06 | 0 | 0.48 | 0 | 67.8 | 1 | 0.76 |
| Hex | EF | FF | 84 | 6 | 0 | 30 | 0 | 44 | 64 | 4C |
| Octal | 357 | 377 | 204 | 6 | 0 | 60 | 0 | 104 | 144 | 114 |
| Binary | 11101111 | 11111111 | 10000100 | 110 | 0 | 110000 | 0 | 1000100 | 1100100 | 1001100 |
Color Harmonies of #EFFF84
Complementary color
Monochromatic Colors of #EFFF84
Black with #EFFF84
Text Example
Text Example
White with #EFFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF84; }
p { color: rgb(239,255,132); }
H1.HeaderClassName
{
color: #EFFF84;
}
.AnyTagClassName
{
color: #EFFF84;
}
</style>
background-color css
<style>
a { background-color: #EFFF84; }
a { background-color: rgb(239,255,132); }
div.DivClassName
{
background-color: #EFFF84;
}
.BgClassName
{
background-color: #EFFF84;
}
</style>
border-color css
<style>
span { border-color: #EFFF84; }
span { border-color: rgb(239,255,132); }
td.TdClassName
{
border-color: #EFFF84;
}
.TagClassName
{
border-color: #EFFF84;
}
</style>