Shades of Tidal #EFFF91
Tints of Tidal #EFFF91
RGB
CMYK
RGB Variations
Color information
#EFFF91 (or 0xEFFF91) is known color: Tidal. HEX triplet: EF, FF and 91. RGB value is (239,255,145). Sum of RGB (Red+Green+Blue) = 239+255+145=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 145 (57.03% from 255 or 22.69% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF91 is #10006E. Grayscale: #EEEEEE. Windows color (decimal): -1048687 or 9568239. OLE color: 9568239.
HSL color Cylindrical-coordinate representation of color #EFFF91: hue angle of 68.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFFF91 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 145 | - |
| CMYK | 0.06 | 0 | 0.43 | 0 |
| HSL | 68.73º | 1% | 0.78% | - |
| HSV(B) | 68.73º | 0.43% | 1% | - |
| XYZ | 76.47 | 91.92 | 40.5 | - |
| YUV | 237.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 145 | 0.06 | 0 | 0.43 | 0 | 68.73 | 1 | 0.78 |
| Hex | EF | FF | 91 | 6 | 0 | 2B | 0 | 45 | 64 | 4E |
| Octal | 357 | 377 | 221 | 6 | 0 | 53 | 0 | 105 | 144 | 116 |
| Binary | 11101111 | 11111111 | 10010001 | 110 | 0 | 101011 | 0 | 1000101 | 1100100 | 1001110 |
Color Harmonies of #EFFF91
Complementary color
Monochromatic Colors of #EFFF91
Black with #EFFF91
Text Example
Text Example
White with #EFFF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF91; }
p { color: rgb(239,255,145); }
H1.HeaderClassName
{
color: #EFFF91;
}
.AnyTagClassName
{
color: #EFFF91;
}
</style>
background-color css
<style>
a { background-color: #EFFF91; }
a { background-color: rgb(239,255,145); }
div.DivClassName
{
background-color: #EFFF91;
}
.BgClassName
{
background-color: #EFFF91;
}
</style>
border-color css
<style>
span { border-color: #EFFF91; }
span { border-color: rgb(239,255,145); }
td.TdClassName
{
border-color: #EFFF91;
}
.TagClassName
{
border-color: #EFFF91;
}
</style>