Shades of Tidal #EFF980
Tints of Tidal #EFF980
RGB
CMYK
RGB Variations
Color information
#EFF980 (or 0xEFF980) is known color: Tidal. HEX triplet: EF, F9 and 80. RGB value is (239,249,128). Sum of RGB (Red+Green+Blue) = 239+249+128=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF980 is #10067F. Grayscale: #E8E8E8. Windows color (decimal): -1050240 or 8452591. OLE color: 8452591.
HSL color Cylindrical-coordinate representation of color #EFF980: hue angle of 64.96º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFF980 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 128 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.02 |
| HSL | 64.96º | 0.91% | 0.74% | - |
| HSV(B) | 64.96º | 0.49% | 0.98% | - |
| XYZ | 73.37 | 87.66 | 33.48 | - |
| YUV | 232.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 128 | 0.04 | 0 | 0.49 | 0.02 | 64.96 | 0.91 | 0.74 |
| Hex | EF | F9 | 80 | 4 | 0 | 31 | 2 | 41 | 5B | 4A |
| Octal | 357 | 371 | 200 | 4 | 0 | 61 | 2 | 101 | 133 | 112 |
| Binary | 11101111 | 11111001 | 10000000 | 100 | 0 | 110001 | 10 | 1000001 | 1011011 | 1001010 |
Color Harmonies of #EFF980
Complementary color
Monochromatic Colors of #EFF980
Black with #EFF980
Text Example
Text Example
White with #EFF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF980; }
p { color: rgb(239,249,128); }
H1.HeaderClassName
{
color: #EFF980;
}
.AnyTagClassName
{
color: #EFF980;
}
</style>
background-color css
<style>
a { background-color: #EFF980; }
a { background-color: rgb(239,249,128); }
div.DivClassName
{
background-color: #EFF980;
}
.BgClassName
{
background-color: #EFF980;
}
</style>
border-color css
<style>
span { border-color: #EFF980; }
span { border-color: rgb(239,249,128); }
td.TdClassName
{
border-color: #EFF980;
}
.TagClassName
{
border-color: #EFF980;
}
</style>