Shades of Tidal #EFF18B
Tints of Tidal #EFF18B
RGB
CMYK
RGB Variations
Color information
#EFF18B (or 0xEFF18B) is known color: Tidal. HEX triplet: EF, F1 and 8B. RGB value is (239,241,139). Sum of RGB (Red+Green+Blue) = 239+241+139=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF18B is #100E74. Grayscale: #E5E5E5. Windows color (decimal): -1052277 or 9171439. OLE color: 9171439.
HSL color Cylindrical-coordinate representation of color #EFF18B: hue angle of 61.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFF18B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 139 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.05 |
| HSL | 61.18º | 0.78% | 0.75% | - |
| HSV(B) | 61.18º | 0.42% | 0.95% | - |
| XYZ | 71.71 | 83.13 | 36.69 | - |
| YUV | 228.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 139 | 0.01 | 0 | 0.42 | 0.05 | 61.18 | 0.78 | 0.75 |
| Hex | EF | F1 | 8B | 1 | 0 | 2A | 5 | 3D | 4E | 4B |
| Octal | 357 | 361 | 213 | 1 | 0 | 52 | 5 | 75 | 116 | 113 |
| Binary | 11101111 | 11110001 | 10001011 | 1 | 0 | 101010 | 101 | 111101 | 1001110 | 1001011 |
Color Harmonies of #EFF18B
Complementary color
Monochromatic Colors of #EFF18B
Black with #EFF18B
Text Example
Text Example
White with #EFF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF18B; }
p { color: rgb(239,241,139); }
H1.HeaderClassName
{
color: #EFF18B;
}
.AnyTagClassName
{
color: #EFF18B;
}
</style>
background-color css
<style>
a { background-color: #EFF18B; }
a { background-color: rgb(239,241,139); }
div.DivClassName
{
background-color: #EFF18B;
}
.BgClassName
{
background-color: #EFF18B;
}
</style>
border-color css
<style>
span { border-color: #EFF18B; }
span { border-color: rgb(239,241,139); }
td.TdClassName
{
border-color: #EFF18B;
}
.TagClassName
{
border-color: #EFF18B;
}
</style>