Shades of Tidal #EFF982
Tints of Tidal #EFF982
RGB
CMYK
RGB Variations
Color information
#EFF982 (or 0xEFF982) is known color: Tidal. HEX triplet: EF, F9 and 82. RGB value is (239,249,130). Sum of RGB (Red+Green+Blue) = 239+249+130=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 130 (51.17% from 255 or 21.04% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF982 is #10067D. Grayscale: #E8E8E8. Windows color (decimal): -1050238 or 8583663. OLE color: 8583663.
HSL color Cylindrical-coordinate representation of color #EFF982: hue angle of 65.04º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF982 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 130 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.02 |
| HSL | 65.04º | 0.91% | 0.74% | - |
| HSV(B) | 65.04º | 0.48% | 0.98% | - |
| XYZ | 73.5 | 87.71 | 34.18 | - |
| YUV | 232.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 130 | 0.04 | 0 | 0.48 | 0.02 | 65.04 | 0.91 | 0.74 |
| Hex | EF | F9 | 82 | 4 | 0 | 30 | 2 | 41 | 5B | 4A |
| Octal | 357 | 371 | 202 | 4 | 0 | 60 | 2 | 101 | 133 | 112 |
| Binary | 11101111 | 11111001 | 10000010 | 100 | 0 | 110000 | 10 | 1000001 | 1011011 | 1001010 |
Color Harmonies of #EFF982
Complementary color
Monochromatic Colors of #EFF982
Black with #EFF982
Text Example
Text Example
White with #EFF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF982; }
p { color: rgb(239,249,130); }
H1.HeaderClassName
{
color: #EFF982;
}
.AnyTagClassName
{
color: #EFF982;
}
</style>
background-color css
<style>
a { background-color: #EFF982; }
a { background-color: rgb(239,249,130); }
div.DivClassName
{
background-color: #EFF982;
}
.BgClassName
{
background-color: #EFF982;
}
</style>
border-color css
<style>
span { border-color: #EFF982; }
span { border-color: rgb(239,249,130); }
td.TdClassName
{
border-color: #EFF982;
}
.TagClassName
{
border-color: #EFF982;
}
</style>