Shades of Tidal #EFFF86
Tints of Tidal #EFFF86
RGB
CMYK
RGB Variations
Color information
#EFFF86 (or 0xEFFF86) is known color: Tidal. HEX triplet: EF, FF and 86. RGB value is (239,255,134). Sum of RGB (Red+Green+Blue) = 239+255+134=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 134 (52.73% from 255 or 21.34% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF86 is #100079. Grayscale: #ECECEC. Windows color (decimal): -1048698 or 8847343. OLE color: 8847343.
HSL color Cylindrical-coordinate representation of color #EFFF86: hue angle of 67.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFFF86 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 134 | - |
| CMYK | 0.06 | 0 | 0.47 | 0 |
| HSL | 67.93º | 1% | 0.76% | - |
| HSV(B) | 67.93º | 0.47% | 1% | - |
| XYZ | 75.66 | 91.59 | 36.25 | - |
| YUV | 236.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 134 | 0.06 | 0 | 0.47 | 0 | 67.93 | 1 | 0.76 |
| Hex | EF | FF | 86 | 6 | 0 | 2F | 0 | 44 | 64 | 4C |
| Octal | 357 | 377 | 206 | 6 | 0 | 57 | 0 | 104 | 144 | 114 |
| Binary | 11101111 | 11111111 | 10000110 | 110 | 0 | 101111 | 0 | 1000100 | 1100100 | 1001100 |
Color Harmonies of #EFFF86
Complementary color
Monochromatic Colors of #EFFF86
Black with #EFFF86
Text Example
Text Example
White with #EFFF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF86; }
p { color: rgb(239,255,134); }
H1.HeaderClassName
{
color: #EFFF86;
}
.AnyTagClassName
{
color: #EFFF86;
}
</style>
background-color css
<style>
a { background-color: #EFFF86; }
a { background-color: rgb(239,255,134); }
div.DivClassName
{
background-color: #EFFF86;
}
.BgClassName
{
background-color: #EFFF86;
}
</style>
border-color css
<style>
span { border-color: #EFFF86; }
span { border-color: rgb(239,255,134); }
td.TdClassName
{
border-color: #EFFF86;
}
.TagClassName
{
border-color: #EFFF86;
}
</style>