Shades of Tidal #EFF282
Tints of Tidal #EFF282
RGB
CMYK
RGB Variations
Color information
#EFF282 (or 0xEFF282) is known color: Tidal. HEX triplet: EF, F2 and 82. RGB value is (239,242,130). Sum of RGB (Red+Green+Blue) = 239+242+130=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF282 is #100D7D. Grayscale: #E4E4E4. Windows color (decimal): -1052030 or 8581871. OLE color: 8581871.
HSL color Cylindrical-coordinate representation of color #EFF282: hue angle of 61.61º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF282 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 130 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.05 |
| HSL | 61.61º | 0.81% | 0.73% | - |
| HSV(B) | 61.61º | 0.46% | 0.95% | - |
| XYZ | 71.38 | 83.47 | 33.47 | - |
| YUV | 228.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 130 | 0.01 | 0 | 0.46 | 0.05 | 61.61 | 0.81 | 0.73 |
| Hex | EF | F2 | 82 | 1 | 0 | 2E | 5 | 3E | 51 | 49 |
| Octal | 357 | 362 | 202 | 1 | 0 | 56 | 5 | 76 | 121 | 111 |
| Binary | 11101111 | 11110010 | 10000010 | 1 | 0 | 101110 | 101 | 111110 | 1010001 | 1001001 |
Color Harmonies of #EFF282
Complementary color
Monochromatic Colors of #EFF282
Black with #EFF282
Text Example
Text Example
White with #EFF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF282; }
p { color: rgb(239,242,130); }
H1.HeaderClassName
{
color: #EFF282;
}
.AnyTagClassName
{
color: #EFF282;
}
</style>
background-color css
<style>
a { background-color: #EFF282; }
a { background-color: rgb(239,242,130); }
div.DivClassName
{
background-color: #EFF282;
}
.BgClassName
{
background-color: #EFF282;
}
</style>
border-color css
<style>
span { border-color: #EFF282; }
span { border-color: rgb(239,242,130); }
td.TdClassName
{
border-color: #EFF282;
}
.TagClassName
{
border-color: #EFF282;
}
</style>