Shades of Tidal #EFF388
Tints of Tidal #EFF388
RGB
CMYK
RGB Variations
Color information
#EFF388 (or 0xEFF388) is known color: Tidal. HEX triplet: EF, F3 and 88. RGB value is (239,243,136). Sum of RGB (Red+Green+Blue) = 239+243+136=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 136 (53.52% from 255 or 22.01% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF388 is #100C77. Grayscale: #E6E6E6. Windows color (decimal): -1051768 or 8975343. OLE color: 8975343.
HSL color Cylindrical-coordinate representation of color #EFF388: hue angle of 62.24º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF388 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 136 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.05 |
| HSL | 62.24º | 0.82% | 0.74% | - |
| HSV(B) | 62.24º | 0.44% | 0.95% | - |
| XYZ | 72.09 | 84.23 | 35.75 | - |
| YUV | 229.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 136 | 0.02 | 0 | 0.44 | 0.05 | 62.24 | 0.82 | 0.74 |
| Hex | EF | F3 | 88 | 2 | 0 | 2C | 5 | 3E | 52 | 4A |
| Octal | 357 | 363 | 210 | 2 | 0 | 54 | 5 | 76 | 122 | 112 |
| Binary | 11101111 | 11110011 | 10001000 | 10 | 0 | 101100 | 101 | 111110 | 1010010 | 1001010 |
Color Harmonies of #EFF388
Complementary color
Monochromatic Colors of #EFF388
Black with #EFF388
Text Example
Text Example
White with #EFF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF388; }
p { color: rgb(239,243,136); }
H1.HeaderClassName
{
color: #EFF388;
}
.AnyTagClassName
{
color: #EFF388;
}
</style>
background-color css
<style>
a { background-color: #EFF388; }
a { background-color: rgb(239,243,136); }
div.DivClassName
{
background-color: #EFF388;
}
.BgClassName
{
background-color: #EFF388;
}
</style>
border-color css
<style>
span { border-color: #EFF388; }
span { border-color: rgb(239,243,136); }
td.TdClassName
{
border-color: #EFF388;
}
.TagClassName
{
border-color: #EFF388;
}
</style>