Shades of Tidal #F0FF8E
Tints of Tidal #F0FF8E
RGB
CMYK
RGB Variations
Color information
#F0FF8E (or 0xF0FF8E) is known color: Tidal. HEX triplet: F0, FF and 8E. RGB value is (240,255,142). Sum of RGB (Red+Green+Blue) = 240+255+142=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 142 (55.86% from 255 or 22.29% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF8E is #0F0071. Grayscale: #EEEEEE. Windows color (decimal): -983154 or 9371632. OLE color: 9371632.
HSL color Cylindrical-coordinate representation of color #F0FF8E: hue angle of 67.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0FF8E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 142 | - |
| CMYK | 0.06 | 0 | 0.44 | 0 |
| HSL | 67.96º | 1% | 0.78% | - |
| HSV(B) | 67.96º | 0.44% | 1% | - |
| XYZ | 76.58 | 92 | 39.31 | - |
| YUV | 237.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 142 | 0.06 | 0 | 0.44 | 0 | 67.96 | 1 | 0.78 |
| Hex | F0 | FF | 8E | 6 | 0 | 2C | 0 | 44 | 64 | 4E |
| Octal | 360 | 377 | 216 | 6 | 0 | 54 | 0 | 104 | 144 | 116 |
| Binary | 11110000 | 11111111 | 10001110 | 110 | 0 | 101100 | 0 | 1000100 | 1100100 | 1001110 |
Color Harmonies of #F0FF8E
Complementary color
Monochromatic Colors of #F0FF8E
Black with #F0FF8E
Text Example
Text Example
White with #F0FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF8E; }
p { color: rgb(240,255,142); }
H1.HeaderClassName
{
color: #F0FF8E;
}
.AnyTagClassName
{
color: #F0FF8E;
}
</style>
background-color css
<style>
a { background-color: #F0FF8E; }
a { background-color: rgb(240,255,142); }
div.DivClassName
{
background-color: #F0FF8E;
}
.BgClassName
{
background-color: #F0FF8E;
}
</style>
border-color css
<style>
span { border-color: #F0FF8E; }
span { border-color: rgb(240,255,142); }
td.TdClassName
{
border-color: #F0FF8E;
}
.TagClassName
{
border-color: #F0FF8E;
}
</style>