Shades of Tidal #F4FF88
Tints of Tidal #F4FF88
RGB
CMYK
RGB Variations
Color information
#F4FF88 (or 0xF4FF88) is known color: Tidal. HEX triplet: F4, FF and 88. RGB value is (244,255,136). Sum of RGB (Red+Green+Blue) = 244+255+136=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 136 (53.52% from 255 or 21.42% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FF88 is #0B0077. Grayscale: #EEEEEE. Windows color (decimal): -721016 or 8978420. OLE color: 8978420.
HSL color Cylindrical-coordinate representation of color #F4FF88: hue angle of 65.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4FF88 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 136 | - |
| CMYK | 0.04 | 0 | 0.47 | 0 |
| HSL | 65.55º | 1% | 0.77% | - |
| HSV(B) | 65.55º | 0.47% | 1% | - |
| XYZ | 77.51 | 92.53 | 37.07 | - |
| YUV | 238.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 136 | 0.04 | 0 | 0.47 | 0 | 65.55 | 1 | 0.77 |
| Hex | F4 | FF | 88 | 4 | 0 | 2F | 0 | 42 | 64 | 4D |
| Octal | 364 | 377 | 210 | 4 | 0 | 57 | 0 | 102 | 144 | 115 |
| Binary | 11110100 | 11111111 | 10001000 | 100 | 0 | 101111 | 0 | 1000010 | 1100100 | 1001101 |
Color Harmonies of #F4FF88
Complementary color
Monochromatic Colors of #F4FF88
Black with #F4FF88
Text Example
Text Example
White with #F4FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF88; }
p { color: rgb(244,255,136); }
H1.HeaderClassName
{
color: #F4FF88;
}
.AnyTagClassName
{
color: #F4FF88;
}
</style>
background-color css
<style>
a { background-color: #F4FF88; }
a { background-color: rgb(244,255,136); }
div.DivClassName
{
background-color: #F4FF88;
}
.BgClassName
{
background-color: #F4FF88;
}
</style>
border-color css
<style>
span { border-color: #F4FF88; }
span { border-color: rgb(244,255,136); }
td.TdClassName
{
border-color: #F4FF88;
}
.TagClassName
{
border-color: #F4FF88;
}
</style>