Shades of Tidal #F2FC89
Tints of Tidal #F2FC89
RGB
CMYK
RGB Variations
Color information
#F2FC89 (or 0xF2FC89) is known color: Tidal. HEX triplet: F2, FC and 89. RGB value is (242,252,137). Sum of RGB (Red+Green+Blue) = 242+252+137=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 137 (53.91% from 255 or 21.71% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FC89 is #0D0376. Grayscale: #ECECEC. Windows color (decimal): -852855 or 9043186. OLE color: 9043186.
HSL color Cylindrical-coordinate representation of color #F2FC89: hue angle of 65.22º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2FC89 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 137 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.01 |
| HSL | 65.22º | 0.95% | 0.76% | - |
| HSV(B) | 65.22º | 0.46% | 0.99% | - |
| XYZ | 75.94 | 90.3 | 37.09 | - |
| YUV | 235.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 137 | 0.04 | 0 | 0.46 | 0.01 | 65.22 | 0.95 | 0.76 |
| Hex | F2 | FC | 89 | 4 | 0 | 2E | 1 | 41 | 5F | 4C |
| Octal | 362 | 374 | 211 | 4 | 0 | 56 | 1 | 101 | 137 | 114 |
| Binary | 11110010 | 11111100 | 10001001 | 100 | 0 | 101110 | 1 | 1000001 | 1011111 | 1001100 |
Color Harmonies of #F2FC89
Complementary color
Monochromatic Colors of #F2FC89
Black with #F2FC89
Text Example
Text Example
White with #F2FC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC89; }
p { color: rgb(242,252,137); }
H1.HeaderClassName
{
color: #F2FC89;
}
.AnyTagClassName
{
color: #F2FC89;
}
</style>
background-color css
<style>
a { background-color: #F2FC89; }
a { background-color: rgb(242,252,137); }
div.DivClassName
{
background-color: #F2FC89;
}
.BgClassName
{
background-color: #F2FC89;
}
</style>
border-color css
<style>
span { border-color: #F2FC89; }
span { border-color: rgb(242,252,137); }
td.TdClassName
{
border-color: #F2FC89;
}
.TagClassName
{
border-color: #F2FC89;
}
</style>