Shades of Tidal #F0FF95
Tints of Tidal #F0FF95
RGB
CMYK
RGB Variations
Color information
#F0FF95 (or 0xF0FF95) is known color: Tidal. HEX triplet: F0, FF and 95. RGB value is (240,255,149). Sum of RGB (Red+Green+Blue) = 240+255+149=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 149 (58.59% from 255 or 23.14% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF95 is #0F006A. Grayscale: #EEEEEE. Windows color (decimal): -983147 or 9830384. OLE color: 9830384.
HSL color Cylindrical-coordinate representation of color #F0FF95: hue angle of 68.49º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0FF95 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 149 | - |
| CMYK | 0.06 | 0 | 0.42 | 0 |
| HSL | 68.49º | 1% | 0.79% | - |
| HSV(B) | 68.49º | 0.42% | 1% | - |
| XYZ | 77.12 | 92.22 | 42.17 | - |
| YUV | 238.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 149 | 0.06 | 0 | 0.42 | 0 | 68.49 | 1 | 0.79 |
| Hex | F0 | FF | 95 | 6 | 0 | 2A | 0 | 44 | 64 | 4F |
| Octal | 360 | 377 | 225 | 6 | 0 | 52 | 0 | 104 | 144 | 117 |
| Binary | 11110000 | 11111111 | 10010101 | 110 | 0 | 101010 | 0 | 1000100 | 1100100 | 1001111 |
Color Harmonies of #F0FF95
Complementary color
Monochromatic Colors of #F0FF95
Black with #F0FF95
Text Example
Text Example
White with #F0FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF95; }
p { color: rgb(240,255,149); }
H1.HeaderClassName
{
color: #F0FF95;
}
.AnyTagClassName
{
color: #F0FF95;
}
</style>
background-color css
<style>
a { background-color: #F0FF95; }
a { background-color: rgb(240,255,149); }
div.DivClassName
{
background-color: #F0FF95;
}
.BgClassName
{
background-color: #F0FF95;
}
</style>
border-color css
<style>
span { border-color: #F0FF95; }
span { border-color: rgb(240,255,149); }
td.TdClassName
{
border-color: #F0FF95;
}
.TagClassName
{
border-color: #F0FF95;
}
</style>