Shades of Tidal #F0FF8A
Tints of Tidal #F0FF8A
RGB
CMYK
RGB Variations
Color information
#F0FF8A (or 0xF0FF8A) is known color: Tidal. HEX triplet: F0, FF and 8A. RGB value is (240,255,138). Sum of RGB (Red+Green+Blue) = 240+255+138=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 138 (54.30% from 255 or 21.80% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF8A is #0F0075. Grayscale: #EDEDED. Windows color (decimal): -983158 or 9109488. OLE color: 9109488.
HSL color Cylindrical-coordinate representation of color #F0FF8A: hue angle of 67.69º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0FF8A is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 138 | - |
| CMYK | 0.06 | 0 | 0.46 | 0 |
| HSL | 67.69º | 1% | 0.77% | - |
| HSV(B) | 67.69º | 0.46% | 1% | - |
| XYZ | 76.28 | 91.88 | 37.76 | - |
| YUV | 237.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 138 | 0.06 | 0 | 0.46 | 0 | 67.69 | 1 | 0.77 |
| Hex | F0 | FF | 8A | 6 | 0 | 2E | 0 | 44 | 64 | 4D |
| Octal | 360 | 377 | 212 | 6 | 0 | 56 | 0 | 104 | 144 | 115 |
| Binary | 11110000 | 11111111 | 10001010 | 110 | 0 | 101110 | 0 | 1000100 | 1100100 | 1001101 |
Color Harmonies of #F0FF8A
Complementary color
Monochromatic Colors of #F0FF8A
Black with #F0FF8A
Text Example
Text Example
White with #F0FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF8A; }
p { color: rgb(240,255,138); }
H1.HeaderClassName
{
color: #F0FF8A;
}
.AnyTagClassName
{
color: #F0FF8A;
}
</style>
background-color css
<style>
a { background-color: #F0FF8A; }
a { background-color: rgb(240,255,138); }
div.DivClassName
{
background-color: #F0FF8A;
}
.BgClassName
{
background-color: #F0FF8A;
}
</style>
border-color css
<style>
span { border-color: #F0FF8A; }
span { border-color: rgb(240,255,138); }
td.TdClassName
{
border-color: #F0FF8A;
}
.TagClassName
{
border-color: #F0FF8A;
}
</style>