Shades of Tidal #F0FF87
Tints of Tidal #F0FF87
RGB
CMYK
RGB Variations
Color information
#F0FF87 (or 0xF0FF87) is known color: Tidal. HEX triplet: F0, FF and 87. RGB value is (240,255,135). Sum of RGB (Red+Green+Blue) = 240+255+135=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 135 (53.12% from 255 or 21.43% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF87 is #0F0078. Grayscale: #EDEDED. Windows color (decimal): -983161 or 8912880. OLE color: 8912880.
HSL color Cylindrical-coordinate representation of color #F0FF87: hue angle of 67.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0FF87 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 135 | - |
| CMYK | 0.06 | 0 | 0.47 | 0 |
| HSL | 67.5º | 1% | 0.76% | - |
| HSV(B) | 67.5º | 0.47% | 1% | - |
| XYZ | 76.07 | 91.79 | 36.63 | - |
| YUV | 236.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 135 | 0.06 | 0 | 0.47 | 0 | 67.5 | 1 | 0.76 |
| Hex | F0 | FF | 87 | 6 | 0 | 2F | 0 | 44 | 64 | 4C |
| Octal | 360 | 377 | 207 | 6 | 0 | 57 | 0 | 104 | 144 | 114 |
| Binary | 11110000 | 11111111 | 10000111 | 110 | 0 | 101111 | 0 | 1000100 | 1100100 | 1001100 |
Color Harmonies of #F0FF87
Complementary color
Monochromatic Colors of #F0FF87
Black with #F0FF87
Text Example
Text Example
White with #F0FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF87; }
p { color: rgb(240,255,135); }
H1.HeaderClassName
{
color: #F0FF87;
}
.AnyTagClassName
{
color: #F0FF87;
}
</style>
background-color css
<style>
a { background-color: #F0FF87; }
a { background-color: rgb(240,255,135); }
div.DivClassName
{
background-color: #F0FF87;
}
.BgClassName
{
background-color: #F0FF87;
}
</style>
border-color css
<style>
span { border-color: #F0FF87; }
span { border-color: rgb(240,255,135); }
td.TdClassName
{
border-color: #F0FF87;
}
.TagClassName
{
border-color: #F0FF87;
}
</style>