Shades of Tidal #F2FE97
Tints of Tidal #F2FE97
RGB
CMYK
RGB Variations
Color information
#F2FE97 (or 0xF2FE97) is known color: Tidal. HEX triplet: F2, FE and 97. RGB value is (242,254,151). Sum of RGB (Red+Green+Blue) = 242+254+151=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FE97 is #0D0168. Grayscale: #EFEFEF. Windows color (decimal): -852329 or 9961202. OLE color: 9961202.
HSL color Cylindrical-coordinate representation of color #F2FE97: hue angle of 66.99º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2FE97 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 151 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.00 |
| HSL | 66.99º | 0.98% | 0.79% | - |
| HSV(B) | 66.99º | 0.41% | 1% | - |
| XYZ | 77.65 | 92 | 42.94 | - |
| YUV | 238.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 151 | 0.05 | 0 | 0.41 | 0.00 | 66.99 | 0.98 | 0.79 |
| Hex | F2 | FE | 97 | 5 | 0 | 29 | 0 | 43 | 62 | 4F |
| Octal | 362 | 376 | 227 | 5 | 0 | 51 | 0 | 103 | 142 | 117 |
| Binary | 11110010 | 11111110 | 10010111 | 101 | 0 | 101001 | 0 | 1000011 | 1100010 | 1001111 |
Color Harmonies of #F2FE97
Complementary color
Monochromatic Colors of #F2FE97
Black with #F2FE97
Text Example
Text Example
White with #F2FE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FE97; }
p { color: rgb(242,254,151); }
H1.HeaderClassName
{
color: #F2FE97;
}
.AnyTagClassName
{
color: #F2FE97;
}
</style>
background-color css
<style>
a { background-color: #F2FE97; }
a { background-color: rgb(242,254,151); }
div.DivClassName
{
background-color: #F2FE97;
}
.BgClassName
{
background-color: #F2FE97;
}
</style>
border-color css
<style>
span { border-color: #F2FE97; }
span { border-color: rgb(242,254,151); }
td.TdClassName
{
border-color: #F2FE97;
}
.TagClassName
{
border-color: #F2FE97;
}
</style>