Shades of Tidal #F0FF86
Tints of Tidal #F0FF86
RGB
CMYK
RGB Variations
Color information
#F0FF86 (or 0xF0FF86) is known color: Tidal. HEX triplet: F0, FF and 86. RGB value is (240,255,134). Sum of RGB (Red+Green+Blue) = 240+255+134=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 134 (52.73% from 255 or 21.30% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF86 is #0F0079. Grayscale: #EDEDED. Windows color (decimal): -983162 or 8847344. OLE color: 8847344.
HSL color Cylindrical-coordinate representation of color #F0FF86: hue angle of 67.44º 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 #F0FF86 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 134 | - |
| CMYK | 0.06 | 0 | 0.47 | 0 |
| HSL | 67.44º | 1% | 0.76% | - |
| HSV(B) | 67.44º | 0.47% | 1% | - |
| XYZ | 76 | 91.77 | 36.26 | - |
| YUV | 236.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 134 | 0.06 | 0 | 0.47 | 0 | 67.44 | 1 | 0.76 |
| Hex | F0 | FF | 86 | 6 | 0 | 2F | 0 | 43 | 64 | 4C |
| Octal | 360 | 377 | 206 | 6 | 0 | 57 | 0 | 103 | 144 | 114 |
| Binary | 11110000 | 11111111 | 10000110 | 110 | 0 | 101111 | 0 | 1000011 | 1100100 | 1001100 |
Color Harmonies of #F0FF86
Complementary color
Monochromatic Colors of #F0FF86
Black with #F0FF86
Text Example
Text Example
White with #F0FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF86; }
p { color: rgb(240,255,134); }
H1.HeaderClassName
{
color: #F0FF86;
}
.AnyTagClassName
{
color: #F0FF86;
}
</style>
background-color css
<style>
a { background-color: #F0FF86; }
a { background-color: rgb(240,255,134); }
div.DivClassName
{
background-color: #F0FF86;
}
.BgClassName
{
background-color: #F0FF86;
}
</style>
border-color css
<style>
span { border-color: #F0FF86; }
span { border-color: rgb(240,255,134); }
td.TdClassName
{
border-color: #F0FF86;
}
.TagClassName
{
border-color: #F0FF86;
}
</style>