Shades of Tidal #F0FD86
Tints of Tidal #F0FD86
RGB
CMYK
RGB Variations
Color information
#F0FD86 (or 0xF0FD86) is known color: Tidal. HEX triplet: F0, FD and 86. RGB value is (240,253,134). Sum of RGB (Red+Green+Blue) = 240+253+134=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 134 (52.73% from 255 or 21.37% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FD86 is #0F0279. Grayscale: #ECECEC. Windows color (decimal): -983674 or 8846832. OLE color: 8846832.
HSL color Cylindrical-coordinate representation of color #F0FD86: hue angle of 66.55º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0FD86 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 134 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.01 |
| HSL | 66.55º | 0.97% | 0.76% | - |
| HSV(B) | 66.55º | 0.47% | 0.99% | - |
| XYZ | 75.36 | 90.5 | 36.05 | - |
| YUV | 235.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 134 | 0.05 | 0 | 0.47 | 0.01 | 66.55 | 0.97 | 0.76 |
| Hex | F0 | FD | 86 | 5 | 0 | 2F | 1 | 43 | 61 | 4C |
| Octal | 360 | 375 | 206 | 5 | 0 | 57 | 1 | 103 | 141 | 114 |
| Binary | 11110000 | 11111101 | 10000110 | 101 | 0 | 101111 | 1 | 1000011 | 1100001 | 1001100 |
Color Harmonies of #F0FD86
Complementary color
Monochromatic Colors of #F0FD86
Black with #F0FD86
Text Example
Text Example
White with #F0FD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD86; }
p { color: rgb(240,253,134); }
H1.HeaderClassName
{
color: #F0FD86;
}
.AnyTagClassName
{
color: #F0FD86;
}
</style>
background-color css
<style>
a { background-color: #F0FD86; }
a { background-color: rgb(240,253,134); }
div.DivClassName
{
background-color: #F0FD86;
}
.BgClassName
{
background-color: #F0FD86;
}
</style>
border-color css
<style>
span { border-color: #F0FD86; }
span { border-color: rgb(240,253,134); }
td.TdClassName
{
border-color: #F0FD86;
}
.TagClassName
{
border-color: #F0FD86;
}
</style>