Shades of Tidal #EFF780
Tints of Tidal #EFF780
RGB
CMYK
RGB Variations
Color information
#EFF780 (or 0xEFF780) is known color: Tidal. HEX triplet: EF, F7 and 80. RGB value is (239,247,128). Sum of RGB (Red+Green+Blue) = 239+247+128=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF780 is #10087F. Grayscale: #E7E7E7. Windows color (decimal): -1050752 or 8452079. OLE color: 8452079.
HSL color Cylindrical-coordinate representation of color #EFF780: hue angle of 64.03º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF780 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 128 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.03 |
| HSL | 64.03º | 0.88% | 0.74% | - |
| HSV(B) | 64.03º | 0.48% | 0.97% | - |
| XYZ | 72.75 | 86.43 | 33.27 | - |
| YUV | 231.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 128 | 0.03 | 0 | 0.48 | 0.03 | 64.03 | 0.88 | 0.74 |
| Hex | EF | F7 | 80 | 3 | 0 | 30 | 3 | 40 | 58 | 4A |
| Octal | 357 | 367 | 200 | 3 | 0 | 60 | 3 | 100 | 130 | 112 |
| Binary | 11101111 | 11110111 | 10000000 | 11 | 0 | 110000 | 11 | 1000000 | 1011000 | 1001010 |
Color Harmonies of #EFF780
Complementary color
Monochromatic Colors of #EFF780
Black with #EFF780
Text Example
Text Example
White with #EFF780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF780; }
p { color: rgb(239,247,128); }
H1.HeaderClassName
{
color: #EFF780;
}
.AnyTagClassName
{
color: #EFF780;
}
</style>
background-color css
<style>
a { background-color: #EFF780; }
a { background-color: rgb(239,247,128); }
div.DivClassName
{
background-color: #EFF780;
}
.BgClassName
{
background-color: #EFF780;
}
</style>
border-color css
<style>
span { border-color: #EFF780; }
span { border-color: rgb(239,247,128); }
td.TdClassName
{
border-color: #EFF780;
}
.TagClassName
{
border-color: #EFF780;
}
</style>