Shades of Tidal #F0FC7E
Tints of Tidal #F0FC7E
RGB
CMYK
RGB Variations
Color information
#F0FC7E (or 0xF0FC7E) is known color: Tidal. HEX triplet: F0, FC and 7E. RGB value is (240,252,126). Sum of RGB (Red+Green+Blue) = 240+252+126=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 126 (49.61% from 255 or 20.39% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC7E is #0F0381. Grayscale: #EAEAEA. Windows color (decimal): -983938 or 8322288. OLE color: 8322288.
HSL color Cylindrical-coordinate representation of color #F0FC7E: hue angle of 65.71º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0FC7E is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 126 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.01 |
| HSL | 65.71º | 0.95% | 0.74% | - |
| HSV(B) | 65.71º | 0.5% | 0.99% | - |
| XYZ | 74.51 | 89.65 | 33.12 | - |
| YUV | 234.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 126 | 0.05 | 0 | 0.5 | 0.01 | 65.71 | 0.95 | 0.74 |
| Hex | F0 | FC | 7E | 5 | 0 | 32 | 1 | 42 | 5F | 4A |
| Octal | 360 | 374 | 176 | 5 | 0 | 62 | 1 | 102 | 137 | 112 |
| Binary | 11110000 | 11111100 | 1111110 | 101 | 0 | 110010 | 1 | 1000010 | 1011111 | 1001010 |
Color Harmonies of #F0FC7E
Complementary color
Monochromatic Colors of #F0FC7E
Black with #F0FC7E
Text Example
Text Example
White with #F0FC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC7E; }
p { color: rgb(240,252,126); }
H1.HeaderClassName
{
color: #F0FC7E;
}
.AnyTagClassName
{
color: #F0FC7E;
}
</style>
background-color css
<style>
a { background-color: #F0FC7E; }
a { background-color: rgb(240,252,126); }
div.DivClassName
{
background-color: #F0FC7E;
}
.BgClassName
{
background-color: #F0FC7E;
}
</style>
border-color css
<style>
span { border-color: #F0FC7E; }
span { border-color: rgb(240,252,126); }
td.TdClassName
{
border-color: #F0FC7E;
}
.TagClassName
{
border-color: #F0FC7E;
}
</style>