Shades of Tidal #F5FD90
Tints of Tidal #F5FD90
RGB
CMYK
RGB Variations
Color information
#F5FD90 (or 0xF5FD90) is known color: Tidal. HEX triplet: F5, FD and 90. RGB value is (245,253,144). Sum of RGB (Red+Green+Blue) = 245+253+144=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 144 (56.64% from 255 or 22.43% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FD90 is #0A026F. Grayscale: #EEEEEE. Windows color (decimal): -655984 or 9502197. OLE color: 9502197.
HSL color Cylindrical-coordinate representation of color #F5FD90: hue angle of 64.4º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5FD90 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 144 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.01 |
| HSL | 64.4º | 0.96% | 0.78% | - |
| HSV(B) | 64.4º | 0.43% | 0.99% | - |
| XYZ | 77.82 | 91.68 | 39.98 | - |
| YUV | 238.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 144 | 0.03 | 0 | 0.43 | 0.01 | 64.4 | 0.96 | 0.78 |
| Hex | F5 | FD | 90 | 3 | 0 | 2B | 1 | 40 | 60 | 4E |
| Octal | 365 | 375 | 220 | 3 | 0 | 53 | 1 | 100 | 140 | 116 |
| Binary | 11110101 | 11111101 | 10010000 | 11 | 0 | 101011 | 1 | 1000000 | 1100000 | 1001110 |
Color Harmonies of #F5FD90
Complementary color
Monochromatic Colors of #F5FD90
Black with #F5FD90
Text Example
Text Example
White with #F5FD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD90; }
p { color: rgb(245,253,144); }
H1.HeaderClassName
{
color: #F5FD90;
}
.AnyTagClassName
{
color: #F5FD90;
}
</style>
background-color css
<style>
a { background-color: #F5FD90; }
a { background-color: rgb(245,253,144); }
div.DivClassName
{
background-color: #F5FD90;
}
.BgClassName
{
background-color: #F5FD90;
}
</style>
border-color css
<style>
span { border-color: #F5FD90; }
span { border-color: rgb(245,253,144); }
td.TdClassName
{
border-color: #F5FD90;
}
.TagClassName
{
border-color: #F5FD90;
}
</style>