Shades of Tidal #F0FF8B
Tints of Tidal #F0FF8B
RGB
CMYK
RGB Variations
Color information
#F0FF8B (or 0xF0FF8B) is known color: Tidal. HEX triplet: F0, FF and 8B. RGB value is (240,255,139). Sum of RGB (Red+Green+Blue) = 240+255+139=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 139 (54.69% from 255 or 21.92% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF8B is #0F0074. Grayscale: #EDEDED. Windows color (decimal): -983157 or 9175024. OLE color: 9175024.
HSL color Cylindrical-coordinate representation of color #F0FF8B: hue angle of 67.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0FF8B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 139 | - |
| CMYK | 0.06 | 0 | 0.45 | 0 |
| HSL | 67.76º | 1% | 0.77% | - |
| HSV(B) | 67.76º | 0.45% | 1% | - |
| XYZ | 76.36 | 91.91 | 38.14 | - |
| YUV | 237.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 139 | 0.06 | 0 | 0.45 | 0 | 67.76 | 1 | 0.77 |
| Hex | F0 | FF | 8B | 6 | 0 | 2D | 0 | 44 | 64 | 4D |
| Octal | 360 | 377 | 213 | 6 | 0 | 55 | 0 | 104 | 144 | 115 |
| Binary | 11110000 | 11111111 | 10001011 | 110 | 0 | 101101 | 0 | 1000100 | 1100100 | 1001101 |
Color Harmonies of #F0FF8B
Complementary color
Monochromatic Colors of #F0FF8B
Black with #F0FF8B
Text Example
Text Example
White with #F0FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF8B; }
p { color: rgb(240,255,139); }
H1.HeaderClassName
{
color: #F0FF8B;
}
.AnyTagClassName
{
color: #F0FF8B;
}
</style>
background-color css
<style>
a { background-color: #F0FF8B; }
a { background-color: rgb(240,255,139); }
div.DivClassName
{
background-color: #F0FF8B;
}
.BgClassName
{
background-color: #F0FF8B;
}
</style>
border-color css
<style>
span { border-color: #F0FF8B; }
span { border-color: rgb(240,255,139); }
td.TdClassName
{
border-color: #F0FF8B;
}
.TagClassName
{
border-color: #F0FF8B;
}
</style>