Shades of Tidal #F0FF92
Tints of Tidal #F0FF92
RGB
CMYK
RGB Variations
Color information
#F0FF92 (or 0xF0FF92) is known color: Tidal. HEX triplet: F0, FF and 92. RGB value is (240,255,146). Sum of RGB (Red+Green+Blue) = 240+255+146=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 146 (57.42% from 255 or 22.78% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF92 is #0F006D. Grayscale: #EEEEEE. Windows color (decimal): -983150 or 9633776. OLE color: 9633776.
HSL color Cylindrical-coordinate representation of color #F0FF92: hue angle of 68.26º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0FF92 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 146 | - |
| CMYK | 0.06 | 0 | 0.43 | 0 |
| HSL | 68.26º | 1% | 0.79% | - |
| HSV(B) | 68.26º | 0.43% | 1% | - |
| XYZ | 76.88 | 92.12 | 40.92 | - |
| YUV | 238.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 146 | 0.06 | 0 | 0.43 | 0 | 68.26 | 1 | 0.79 |
| Hex | F0 | FF | 92 | 6 | 0 | 2B | 0 | 44 | 64 | 4F |
| Octal | 360 | 377 | 222 | 6 | 0 | 53 | 0 | 104 | 144 | 117 |
| Binary | 11110000 | 11111111 | 10010010 | 110 | 0 | 101011 | 0 | 1000100 | 1100100 | 1001111 |
Color Harmonies of #F0FF92
Complementary color
Monochromatic Colors of #F0FF92
Black with #F0FF92
Text Example
Text Example
White with #F0FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF92; }
p { color: rgb(240,255,146); }
H1.HeaderClassName
{
color: #F0FF92;
}
.AnyTagClassName
{
color: #F0FF92;
}
</style>
background-color css
<style>
a { background-color: #F0FF92; }
a { background-color: rgb(240,255,146); }
div.DivClassName
{
background-color: #F0FF92;
}
.BgClassName
{
background-color: #F0FF92;
}
</style>
border-color css
<style>
span { border-color: #F0FF92; }
span { border-color: rgb(240,255,146); }
td.TdClassName
{
border-color: #F0FF92;
}
.TagClassName
{
border-color: #F0FF92;
}
</style>