Shades of Tidal #F0FF97
Tints of Tidal #F0FF97
RGB
CMYK
RGB Variations
Color information
#F0FF97 (or 0xF0FF97) is known color: Tidal. HEX triplet: F0, FF and 97. RGB value is (240,255,151). Sum of RGB (Red+Green+Blue) = 240+255+151=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 151 (59.38% from 255 or 23.37% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF97 is #0F0068. Grayscale: #EFEFEF. Windows color (decimal): -983145 or 9961456. OLE color: 9961456.
HSL color Cylindrical-coordinate representation of color #F0FF97: hue angle of 68.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0FF97 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 151 | - |
| CMYK | 0.06 | 0 | 0.41 | 0 |
| HSL | 68.65º | 1% | 0.8% | - |
| HSV(B) | 68.65º | 0.41% | 1% | - |
| XYZ | 77.28 | 92.28 | 43.02 | - |
| YUV | 238.66 | 78.53 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 151 | 0.06 | 0 | 0.41 | 0 | 68.65 | 1 | 0.8 |
| Hex | F0 | FF | 97 | 6 | 0 | 29 | 0 | 45 | 64 | 50 |
| Octal | 360 | 377 | 227 | 6 | 0 | 51 | 0 | 105 | 144 | 120 |
| Binary | 11110000 | 11111111 | 10010111 | 110 | 0 | 101001 | 0 | 1000101 | 1100100 | 1010000 |
Color Harmonies of #F0FF97
Complementary color
Monochromatic Colors of #F0FF97
Black with #F0FF97
Text Example
Text Example
White with #F0FF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF97; }
p { color: rgb(240,255,151); }
H1.HeaderClassName
{
color: #F0FF97;
}
.AnyTagClassName
{
color: #F0FF97;
}
</style>
background-color css
<style>
a { background-color: #F0FF97; }
a { background-color: rgb(240,255,151); }
div.DivClassName
{
background-color: #F0FF97;
}
.BgClassName
{
background-color: #F0FF97;
}
</style>
border-color css
<style>
span { border-color: #F0FF97; }
span { border-color: rgb(240,255,151); }
td.TdClassName
{
border-color: #F0FF97;
}
.TagClassName
{
border-color: #F0FF97;
}
</style>