Shades of Tidal #F2FF87
Tints of Tidal #F2FF87
RGB
CMYK
RGB Variations
Color information
#F2FF87 (or 0xF2FF87) is known color: Tidal. HEX triplet: F2, FF and 87. RGB value is (242,255,135). Sum of RGB (Red+Green+Blue) = 242+255+135=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 135 (53.12% from 255 or 21.36% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF87 is #0D0078. Grayscale: #EDEDED. Windows color (decimal): -852089 or 8912882. OLE color: 8912882.
HSL color Cylindrical-coordinate representation of color #F2FF87: hue angle of 66.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 #F2FF87 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 135 | - |
| CMYK | 0.05 | 0 | 0.47 | 0 |
| HSL | 66.5º | 1% | 0.76% | - |
| HSV(B) | 66.5º | 0.47% | 1% | - |
| XYZ | 76.75 | 92.15 | 36.66 | - |
| YUV | 237.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 135 | 0.05 | 0 | 0.47 | 0 | 66.5 | 1 | 0.76 |
| Hex | F2 | FF | 87 | 5 | 0 | 2F | 0 | 42 | 64 | 4C |
| Octal | 362 | 377 | 207 | 5 | 0 | 57 | 0 | 102 | 144 | 114 |
| Binary | 11110010 | 11111111 | 10000111 | 101 | 0 | 101111 | 0 | 1000010 | 1100100 | 1001100 |
Color Harmonies of #F2FF87
Complementary color
Monochromatic Colors of #F2FF87
Black with #F2FF87
Text Example
Text Example
White with #F2FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF87; }
p { color: rgb(242,255,135); }
H1.HeaderClassName
{
color: #F2FF87;
}
.AnyTagClassName
{
color: #F2FF87;
}
</style>
background-color css
<style>
a { background-color: #F2FF87; }
a { background-color: rgb(242,255,135); }
div.DivClassName
{
background-color: #F2FF87;
}
.BgClassName
{
background-color: #F2FF87;
}
</style>
border-color css
<style>
span { border-color: #F2FF87; }
span { border-color: rgb(242,255,135); }
td.TdClassName
{
border-color: #F2FF87;
}
.TagClassName
{
border-color: #F2FF87;
}
</style>