Shades of Tidal #F4FE90
Tints of Tidal #F4FE90
RGB
CMYK
RGB Variations
Color information
#F4FE90 (or 0xF4FE90) is known color: Tidal. HEX triplet: F4, FE and 90. RGB value is (244,254,144). Sum of RGB (Red+Green+Blue) = 244+254+144=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 144 (56.64% from 255 or 22.43% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FE90 is #0B016F. Grayscale: #EEEEEE. Windows color (decimal): -721264 or 9502452. OLE color: 9502452.
HSL color Cylindrical-coordinate representation of color #F4FE90: hue angle of 65.45º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4FE90 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 144 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.00 |
| HSL | 65.45º | 0.98% | 0.78% | - |
| HSV(B) | 65.45º | 0.43% | 1% | - |
| XYZ | 77.78 | 92.13 | 40.07 | - |
| YUV | 238.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 144 | 0.04 | 0 | 0.43 | 0.00 | 65.45 | 0.98 | 0.78 |
| Hex | F4 | FE | 90 | 4 | 0 | 2B | 0 | 41 | 62 | 4E |
| Octal | 364 | 376 | 220 | 4 | 0 | 53 | 0 | 101 | 142 | 116 |
| Binary | 11110100 | 11111110 | 10010000 | 100 | 0 | 101011 | 0 | 1000001 | 1100010 | 1001110 |
Color Harmonies of #F4FE90
Complementary color
Monochromatic Colors of #F4FE90
Black with #F4FE90
Text Example
Text Example
White with #F4FE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FE90; }
p { color: rgb(244,254,144); }
H1.HeaderClassName
{
color: #F4FE90;
}
.AnyTagClassName
{
color: #F4FE90;
}
</style>
background-color css
<style>
a { background-color: #F4FE90; }
a { background-color: rgb(244,254,144); }
div.DivClassName
{
background-color: #F4FE90;
}
.BgClassName
{
background-color: #F4FE90;
}
</style>
border-color css
<style>
span { border-color: #F4FE90; }
span { border-color: rgb(244,254,144); }
td.TdClassName
{
border-color: #F4FE90;
}
.TagClassName
{
border-color: #F4FE90;
}
</style>