Shades of Tidal #EFF390
Tints of Tidal #EFF390
RGB
CMYK
RGB Variations
Color information
#EFF390 (or 0xEFF390) is known color: Tidal. HEX triplet: EF, F3 and 90. RGB value is (239,243,144). Sum of RGB (Red+Green+Blue) = 239+243+144=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF390 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF390 is #100C6F. Grayscale: #E6E6E6. Windows color (decimal): -1051760 or 9499631. OLE color: 9499631.
HSL color Cylindrical-coordinate representation of color #EFF390: hue angle of 62.42º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF390 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 144 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 62.42º | 0.8% | 0.76% | - |
| HSV(B) | 62.42º | 0.41% | 0.95% | - |
| XYZ | 72.68 | 84.47 | 38.86 | - |
| YUV | 230.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 144 | 0.02 | 0 | 0.41 | 0.05 | 62.42 | 0.8 | 0.76 |
| Hex | EF | F3 | 90 | 2 | 0 | 29 | 5 | 3E | 50 | 4C |
| Octal | 357 | 363 | 220 | 2 | 0 | 51 | 5 | 76 | 120 | 114 |
| Binary | 11101111 | 11110011 | 10010000 | 10 | 0 | 101001 | 101 | 111110 | 1010000 | 1001100 |
Color Harmonies of #EFF390
Complementary color
Monochromatic Colors of #EFF390
Black with #EFF390
Text Example
Text Example
White with #EFF390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF390; }
p { color: rgb(239,243,144); }
H1.HeaderClassName
{
color: #EFF390;
}
.AnyTagClassName
{
color: #EFF390;
}
</style>
background-color css
<style>
a { background-color: #EFF390; }
a { background-color: rgb(239,243,144); }
div.DivClassName
{
background-color: #EFF390;
}
.BgClassName
{
background-color: #EFF390;
}
</style>
border-color css
<style>
span { border-color: #EFF390; }
span { border-color: rgb(239,243,144); }
td.TdClassName
{
border-color: #EFF390;
}
.TagClassName
{
border-color: #EFF390;
}
</style>