Shades of Tidal #F0FF7E
Tints of Tidal #F0FF7E
RGB
CMYK
RGB Variations
Color information
#F0FF7E (or 0xF0FF7E) is known color: Tidal. HEX triplet: F0, FF and 7E. RGB value is (240,255,126). Sum of RGB (Red+Green+Blue) = 240+255+126=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 126 (49.61% from 255 or 20.29% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF7E is #0F0081. Grayscale: #ECECEC. Windows color (decimal): -983170 or 8323056. OLE color: 8323056.
HSL color Cylindrical-coordinate representation of color #F0FF7E: hue angle of 66.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0FF7E is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 126 | - |
| CMYK | 0.06 | 0 | 0.51 | 0 |
| HSL | 66.98º | 1% | 0.75% | - |
| HSV(B) | 66.98º | 0.51% | 1% | - |
| XYZ | 75.46 | 91.55 | 33.43 | - |
| YUV | 235.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 126 | 0.06 | 0 | 0.51 | 0 | 66.98 | 1 | 0.75 |
| Hex | F0 | FF | 7E | 6 | 0 | 33 | 0 | 43 | 64 | 4B |
| Octal | 360 | 377 | 176 | 6 | 0 | 63 | 0 | 103 | 144 | 113 |
| Binary | 11110000 | 11111111 | 1111110 | 110 | 0 | 110011 | 0 | 1000011 | 1100100 | 1001011 |
Color Harmonies of #F0FF7E
Complementary color
Monochromatic Colors of #F0FF7E
Black with #F0FF7E
Text Example
Text Example
White with #F0FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF7E; }
p { color: rgb(240,255,126); }
H1.HeaderClassName
{
color: #F0FF7E;
}
.AnyTagClassName
{
color: #F0FF7E;
}
</style>
background-color css
<style>
a { background-color: #F0FF7E; }
a { background-color: rgb(240,255,126); }
div.DivClassName
{
background-color: #F0FF7E;
}
.BgClassName
{
background-color: #F0FF7E;
}
</style>
border-color css
<style>
span { border-color: #F0FF7E; }
span { border-color: rgb(240,255,126); }
td.TdClassName
{
border-color: #F0FF7E;
}
.TagClassName
{
border-color: #F0FF7E;
}
</style>