Shades of Tidal #EFF77F
Tints of Tidal #EFF77F
RGB
CMYK
RGB Variations
Color information
#EFF77F (or 0xEFF77F) is known color: Tidal. HEX triplet: EF, F7 and 7F. RGB value is (239,247,127). Sum of RGB (Red+Green+Blue) = 239+247+127=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 127 (50% from 255 or 20.72% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF77F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF77F is #100880. Grayscale: #E7E7E7. Windows color (decimal): -1050753 or 8386543. OLE color: 8386543.
HSL color Cylindrical-coordinate representation of color #EFF77F: hue angle of 64º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFF77F is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 127 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.03 |
| HSL | 64º | 0.88% | 0.73% | - |
| HSV(B) | 64º | 0.49% | 0.97% | - |
| XYZ | 72.69 | 86.4 | 32.93 | - |
| YUV | 230.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 127 | 0.03 | 0 | 0.49 | 0.03 | 64 | 0.88 | 0.73 |
| Hex | EF | F7 | 7F | 3 | 0 | 31 | 3 | 40 | 58 | 49 |
| Octal | 357 | 367 | 177 | 3 | 0 | 61 | 3 | 100 | 130 | 111 |
| Binary | 11101111 | 11110111 | 1111111 | 11 | 0 | 110001 | 11 | 1000000 | 1011000 | 1001001 |
Color Harmonies of #EFF77F
Complementary color
Monochromatic Colors of #EFF77F
Black with #EFF77F
Text Example
Text Example
White with #EFF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF77F; }
p { color: rgb(239,247,127); }
H1.HeaderClassName
{
color: #EFF77F;
}
.AnyTagClassName
{
color: #EFF77F;
}
</style>
background-color css
<style>
a { background-color: #EFF77F; }
a { background-color: rgb(239,247,127); }
div.DivClassName
{
background-color: #EFF77F;
}
.BgClassName
{
background-color: #EFF77F;
}
</style>
border-color css
<style>
span { border-color: #EFF77F; }
span { border-color: rgb(239,247,127); }
td.TdClassName
{
border-color: #EFF77F;
}
.TagClassName
{
border-color: #EFF77F;
}
</style>