Shades of Tidal #F0FF8D
Tints of Tidal #F0FF8D
RGB
CMYK
RGB Variations
Color information
#F0FF8D (or 0xF0FF8D) is known color: Tidal. HEX triplet: F0, FF and 8D. RGB value is (240,255,141). Sum of RGB (Red+Green+Blue) = 240+255+141=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 141 (55.47% from 255 or 22.17% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF8D is #0F0072. Grayscale: #EDEDED. Windows color (decimal): -983155 or 9306096. OLE color: 9306096.
HSL color Cylindrical-coordinate representation of color #F0FF8D: hue angle of 67.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0FF8D is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 141 | - |
| CMYK | 0.06 | 0 | 0.45 | 0 |
| HSL | 67.89º | 1% | 0.78% | - |
| HSV(B) | 67.89º | 0.45% | 1% | - |
| XYZ | 76.5 | 91.97 | 38.92 | - |
| YUV | 237.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 141 | 0.06 | 0 | 0.45 | 0 | 67.89 | 1 | 0.78 |
| Hex | F0 | FF | 8D | 6 | 0 | 2D | 0 | 44 | 64 | 4E |
| Octal | 360 | 377 | 215 | 6 | 0 | 55 | 0 | 104 | 144 | 116 |
| Binary | 11110000 | 11111111 | 10001101 | 110 | 0 | 101101 | 0 | 1000100 | 1100100 | 1001110 |
Color Harmonies of #F0FF8D
Complementary color
Monochromatic Colors of #F0FF8D
Black with #F0FF8D
Text Example
Text Example
White with #F0FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF8D; }
p { color: rgb(240,255,141); }
H1.HeaderClassName
{
color: #F0FF8D;
}
.AnyTagClassName
{
color: #F0FF8D;
}
</style>
background-color css
<style>
a { background-color: #F0FF8D; }
a { background-color: rgb(240,255,141); }
div.DivClassName
{
background-color: #F0FF8D;
}
.BgClassName
{
background-color: #F0FF8D;
}
</style>
border-color css
<style>
span { border-color: #F0FF8D; }
span { border-color: rgb(240,255,141); }
td.TdClassName
{
border-color: #F0FF8D;
}
.TagClassName
{
border-color: #F0FF8D;
}
</style>