Shades of Tidal #EFF591
Tints of Tidal #EFF591
RGB
CMYK
RGB Variations
Color information
#EFF591 (or 0xEFF591) is known color: Tidal. HEX triplet: EF, F5 and 91. RGB value is (239,245,145). Sum of RGB (Red+Green+Blue) = 239+245+145=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 145 (57.03% from 255 or 23.05% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF591 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF591 is #100A6E. Grayscale: #E8E8E8. Windows color (decimal): -1051247 or 9565679. OLE color: 9565679.
HSL color Cylindrical-coordinate representation of color #EFF591: hue angle of 63.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF591 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 145 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.04 |
| HSL | 63.6º | 0.83% | 0.76% | - |
| HSV(B) | 63.6º | 0.41% | 0.96% | - |
| XYZ | 73.36 | 85.7 | 39.46 | - |
| YUV | 231.81 | 79.01 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 145 | 0.02 | 0 | 0.41 | 0.04 | 63.6 | 0.83 | 0.76 |
| Hex | EF | F5 | 91 | 2 | 0 | 29 | 4 | 40 | 53 | 4C |
| Octal | 357 | 365 | 221 | 2 | 0 | 51 | 4 | 100 | 123 | 114 |
| Binary | 11101111 | 11110101 | 10010001 | 10 | 0 | 101001 | 100 | 1000000 | 1010011 | 1001100 |
Color Harmonies of #EFF591
Complementary color
Monochromatic Colors of #EFF591
Black with #EFF591
Text Example
Text Example
White with #EFF591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF591; }
p { color: rgb(239,245,145); }
H1.HeaderClassName
{
color: #EFF591;
}
.AnyTagClassName
{
color: #EFF591;
}
</style>
background-color css
<style>
a { background-color: #EFF591; }
a { background-color: rgb(239,245,145); }
div.DivClassName
{
background-color: #EFF591;
}
.BgClassName
{
background-color: #EFF591;
}
</style>
border-color css
<style>
span { border-color: #EFF591; }
span { border-color: rgb(239,245,145); }
td.TdClassName
{
border-color: #EFF591;
}
.TagClassName
{
border-color: #EFF591;
}
</style>