Shades of Tidal #F7FD90
Tints of Tidal #F7FD90
RGB
CMYK
RGB Variations
Color information
#F7FD90 (or 0xF7FD90) is known color: Tidal. HEX triplet: F7, FD and 90. RGB value is (247,253,144). Sum of RGB (Red+Green+Blue) = 247+253+144=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 144 (56.64% from 255 or 22.36% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FD90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FD90 is #08026F. Grayscale: #EFEFEF. Windows color (decimal): -524912 or 9502199. OLE color: 9502199.
HSL color Cylindrical-coordinate representation of color #F7FD90: hue angle of 63.3º 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 #F7FD90 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 253 | 144 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.01 |
| HSL | 63.3º | 0.96% | 0.78% | - |
| HSV(B) | 63.3º | 0.43% | 0.99% | - |
| XYZ | 78.52 | 92.04 | 40.01 | - |
| YUV | 238.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 253 | 144 | 0.02 | 0 | 0.43 | 0.01 | 63.3 | 0.96 | 0.78 |
| Hex | F7 | FD | 90 | 2 | 0 | 2B | 1 | 3F | 60 | 4E |
| Octal | 367 | 375 | 220 | 2 | 0 | 53 | 1 | 77 | 140 | 116 |
| Binary | 11110111 | 11111101 | 10010000 | 10 | 0 | 101011 | 1 | 111111 | 1100000 | 1001110 |
Color Harmonies of #F7FD90
Complementary color
Monochromatic Colors of #F7FD90
Black with #F7FD90
Text Example
Text Example
White with #F7FD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FD90; }
p { color: rgb(247,253,144); }
H1.HeaderClassName
{
color: #F7FD90;
}
.AnyTagClassName
{
color: #F7FD90;
}
</style>
background-color css
<style>
a { background-color: #F7FD90; }
a { background-color: rgb(247,253,144); }
div.DivClassName
{
background-color: #F7FD90;
}
.BgClassName
{
background-color: #F7FD90;
}
</style>
border-color css
<style>
span { border-color: #F7FD90; }
span { border-color: rgb(247,253,144); }
td.TdClassName
{
border-color: #F7FD90;
}
.TagClassName
{
border-color: #F7FD90;
}
</style>