Shades of Tidal #EFF18A
Tints of Tidal #EFF18A
RGB
CMYK
RGB Variations
Color information
#EFF18A (or 0xEFF18A) is known color: Tidal. HEX triplet: EF, F1 and 8A. RGB value is (239,241,138). Sum of RGB (Red+Green+Blue) = 239+241+138=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF18A is #100E75. Grayscale: #E5E5E5. Windows color (decimal): -1052278 or 9105903. OLE color: 9105903.
HSL color Cylindrical-coordinate representation of color #EFF18A: hue angle of 61.17º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF18A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 138 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.05 |
| HSL | 61.17º | 0.79% | 0.74% | - |
| HSV(B) | 61.17º | 0.43% | 0.95% | - |
| XYZ | 71.64 | 83.1 | 36.31 | - |
| YUV | 228.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 138 | 0.01 | 0 | 0.43 | 0.05 | 61.17 | 0.79 | 0.74 |
| Hex | EF | F1 | 8A | 1 | 0 | 2B | 5 | 3D | 4F | 4A |
| Octal | 357 | 361 | 212 | 1 | 0 | 53 | 5 | 75 | 117 | 112 |
| Binary | 11101111 | 11110001 | 10001010 | 1 | 0 | 101011 | 101 | 111101 | 1001111 | 1001010 |
Color Harmonies of #EFF18A
Complementary color
Monochromatic Colors of #EFF18A
Black with #EFF18A
Text Example
Text Example
White with #EFF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF18A; }
p { color: rgb(239,241,138); }
H1.HeaderClassName
{
color: #EFF18A;
}
.AnyTagClassName
{
color: #EFF18A;
}
</style>
background-color css
<style>
a { background-color: #EFF18A; }
a { background-color: rgb(239,241,138); }
div.DivClassName
{
background-color: #EFF18A;
}
.BgClassName
{
background-color: #EFF18A;
}
</style>
border-color css
<style>
span { border-color: #EFF18A; }
span { border-color: rgb(239,241,138); }
td.TdClassName
{
border-color: #EFF18A;
}
.TagClassName
{
border-color: #EFF18A;
}
</style>