Shades of Tidal #F5FD8D
Tints of Tidal #F5FD8D
RGB
CMYK
RGB Variations
Color information
#F5FD8D (or 0xF5FD8D) is known color: Tidal. HEX triplet: F5, FD and 8D. RGB value is (245,253,141). Sum of RGB (Red+Green+Blue) = 245+253+141=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 141 (55.47% from 255 or 22.07% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FD8D is #0A0272. Grayscale: #EEEEEE. Windows color (decimal): -655987 or 9305589. OLE color: 9305589.
HSL color Cylindrical-coordinate representation of color #F5FD8D: hue angle of 64.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5FD8D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 141 | - |
CMYK | 0.03 | 0 | 0.44 | 0.01 |
HSL | 64.29º | 0.97% | 0.77% | - |
HSV(B) | 64.29º | 0.44% | 0.99% | - |
XYZ | 77.59 | 91.59 | 38.79 | - |
YUV | 237.84 | 73.35 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 141 | 0.03 | 0 | 0.44 | 0.01 | 64.29 | 0.97 | 0.77 |
Hex | F5 | FD | 8D | 3 | 0 | 2C | 1 | 40 | 61 | 4D |
Octal | 365 | 375 | 215 | 3 | 0 | 54 | 1 | 100 | 141 | 115 |
Binary | 11110101 | 11111101 | 10001101 | 11 | 0 | 101100 | 1 | 1000000 | 1100001 | 1001101 |
Color Harmonies of #F5FD8D
Complementary color
Monochromatic Colors of #F5FD8D
Black with #F5FD8D
Text Example
Text Example
White with #F5FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD8D; }
p { color: rgb(245,253,141); }
H1.HeaderClassName
{
color: #F5FD8D;
}
.AnyTagClassName
{
color: #F5FD8D;
}
</style>
background-color css
<style>
a { background-color: #F5FD8D; }
a { background-color: rgb(245,253,141); }
div.DivClassName
{
background-color: #F5FD8D;
}
.BgClassName
{
background-color: #F5FD8D;
}
</style>
border-color css
<style>
span { border-color: #F5FD8D; }
span { border-color: rgb(245,253,141); }
td.TdClassName
{
border-color: #F5FD8D;
}
.TagClassName
{
border-color: #F5FD8D;
}
</style>