Shades of Tidal #F0FC87
Tints of Tidal #F0FC87
RGB
CMYK
RGB Variations
Color information
#F0FC87 (or 0xF0FC87) is known color: Tidal. HEX triplet: F0, FC and 87. RGB value is (240,252,135). Sum of RGB (Red+Green+Blue) = 240+252+135=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 135 (53.12% from 255 or 21.53% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FC87 is #0F0378. Grayscale: #EBEBEB. Windows color (decimal): -983929 or 8912112. OLE color: 8912112.
HSL color Cylindrical-coordinate representation of color #F0FC87: hue angle of 66.15º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0FC87 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 135 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.01 |
| HSL | 66.15º | 0.95% | 0.76% | - |
| HSV(B) | 66.15º | 0.46% | 0.99% | - |
| XYZ | 75.12 | 89.9 | 36.31 | - |
| YUV | 235.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 135 | 0.05 | 0 | 0.46 | 0.01 | 66.15 | 0.95 | 0.76 |
| Hex | F0 | FC | 87 | 5 | 0 | 2E | 1 | 42 | 5F | 4C |
| Octal | 360 | 374 | 207 | 5 | 0 | 56 | 1 | 102 | 137 | 114 |
| Binary | 11110000 | 11111100 | 10000111 | 101 | 0 | 101110 | 1 | 1000010 | 1011111 | 1001100 |
Color Harmonies of #F0FC87
Complementary color
Monochromatic Colors of #F0FC87
Black with #F0FC87
Text Example
Text Example
White with #F0FC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC87; }
p { color: rgb(240,252,135); }
H1.HeaderClassName
{
color: #F0FC87;
}
.AnyTagClassName
{
color: #F0FC87;
}
</style>
background-color css
<style>
a { background-color: #F0FC87; }
a { background-color: rgb(240,252,135); }
div.DivClassName
{
background-color: #F0FC87;
}
.BgClassName
{
background-color: #F0FC87;
}
</style>
border-color css
<style>
span { border-color: #F0FC87; }
span { border-color: rgb(240,252,135); }
td.TdClassName
{
border-color: #F0FC87;
}
.TagClassName
{
border-color: #F0FC87;
}
</style>