Shades of Tidal #F2FF83
Tints of Tidal #F2FF83
RGB
CMYK
RGB Variations
Color information
#F2FF83 (or 0xF2FF83) is known color: Tidal. HEX triplet: F2, FF and 83. RGB value is (242,255,131). Sum of RGB (Red+Green+Blue) = 242+255+131=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 131 (51.56% from 255 or 20.86% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF83 is #0D007C. Grayscale: #EDEDED. Windows color (decimal): -852093 or 8650738. OLE color: 8650738.
HSL color Cylindrical-coordinate representation of color #F2FF83: hue angle of 66.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2FF83 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 131 | - |
| CMYK | 0.05 | 0 | 0.49 | 0 |
| HSL | 66.29º | 1% | 0.76% | - |
| HSV(B) | 66.29º | 0.49% | 1% | - |
| XYZ | 76.47 | 92.04 | 35.21 | - |
| YUV | 236.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 131 | 0.05 | 0 | 0.49 | 0 | 66.29 | 1 | 0.76 |
| Hex | F2 | FF | 83 | 5 | 0 | 31 | 0 | 42 | 64 | 4C |
| Octal | 362 | 377 | 203 | 5 | 0 | 61 | 0 | 102 | 144 | 114 |
| Binary | 11110010 | 11111111 | 10000011 | 101 | 0 | 110001 | 0 | 1000010 | 1100100 | 1001100 |
Color Harmonies of #F2FF83
Complementary color
Monochromatic Colors of #F2FF83
Black with #F2FF83
Text Example
Text Example
White with #F2FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF83; }
p { color: rgb(242,255,131); }
H1.HeaderClassName
{
color: #F2FF83;
}
.AnyTagClassName
{
color: #F2FF83;
}
</style>
background-color css
<style>
a { background-color: #F2FF83; }
a { background-color: rgb(242,255,131); }
div.DivClassName
{
background-color: #F2FF83;
}
.BgClassName
{
background-color: #F2FF83;
}
</style>
border-color css
<style>
span { border-color: #F2FF83; }
span { border-color: rgb(242,255,131); }
td.TdClassName
{
border-color: #F2FF83;
}
.TagClassName
{
border-color: #F2FF83;
}
</style>