Shades of Tidal #EFF188
Tints of Tidal #EFF188
RGB
CMYK
RGB Variations
Color information
#EFF188 (or 0xEFF188) is known color: Tidal. HEX triplet: EF, F1 and 88. RGB value is (239,241,136). Sum of RGB (Red+Green+Blue) = 239+241+136=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 136 (53.52% from 255 or 22.08% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF188 is #100E77. Grayscale: #E4E4E4. Windows color (decimal): -1052280 or 8974831. OLE color: 8974831.
HSL color Cylindrical-coordinate representation of color #EFF188: hue angle of 61.14º degrees, saturation: 0.79, 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 #EFF188 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 136 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.05 |
| HSL | 61.14º | 0.79% | 0.74% | - |
| HSV(B) | 61.14º | 0.44% | 0.95% | - |
| XYZ | 71.5 | 83.04 | 35.55 | - |
| YUV | 228.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 136 | 0.01 | 0 | 0.44 | 0.05 | 61.14 | 0.79 | 0.74 |
| Hex | EF | F1 | 88 | 1 | 0 | 2C | 5 | 3D | 4F | 4A |
| Octal | 357 | 361 | 210 | 1 | 0 | 54 | 5 | 75 | 117 | 112 |
| Binary | 11101111 | 11110001 | 10001000 | 1 | 0 | 101100 | 101 | 111101 | 1001111 | 1001010 |
Color Harmonies of #EFF188
Complementary color
Monochromatic Colors of #EFF188
Black with #EFF188
Text Example
Text Example
White with #EFF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF188; }
p { color: rgb(239,241,136); }
H1.HeaderClassName
{
color: #EFF188;
}
.AnyTagClassName
{
color: #EFF188;
}
</style>
background-color css
<style>
a { background-color: #EFF188; }
a { background-color: rgb(239,241,136); }
div.DivClassName
{
background-color: #EFF188;
}
.BgClassName
{
background-color: #EFF188;
}
</style>
border-color css
<style>
span { border-color: #EFF188; }
span { border-color: rgb(239,241,136); }
td.TdClassName
{
border-color: #EFF188;
}
.TagClassName
{
border-color: #EFF188;
}
</style>