Shades of Tidal #EFF67F
Tints of Tidal #EFF67F
RGB
CMYK
RGB Variations
Color information
#EFF67F (or 0xEFF67F) is known color: Tidal. HEX triplet: EF, F6 and 7F. RGB value is (239,246,127). Sum of RGB (Red+Green+Blue) = 239+246+127=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 127 (50% from 255 or 20.75% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF67F is #100980. Grayscale: #E6E6E6. Windows color (decimal): -1051009 or 8386287. OLE color: 8386287.
HSL color Cylindrical-coordinate representation of color #EFF67F: hue angle of 63.53º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFF67F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 127 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.04 |
| HSL | 63.53º | 0.87% | 0.73% | - |
| HSV(B) | 63.53º | 0.48% | 0.96% | - |
| XYZ | 72.38 | 85.79 | 32.82 | - |
| YUV | 230.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 127 | 0.03 | 0 | 0.48 | 0.04 | 63.53 | 0.87 | 0.73 |
| Hex | EF | F6 | 7F | 3 | 0 | 30 | 4 | 40 | 57 | 49 |
| Octal | 357 | 366 | 177 | 3 | 0 | 60 | 4 | 100 | 127 | 111 |
| Binary | 11101111 | 11110110 | 1111111 | 11 | 0 | 110000 | 100 | 1000000 | 1010111 | 1001001 |
Color Harmonies of #EFF67F
Complementary color
Monochromatic Colors of #EFF67F
Black with #EFF67F
Text Example
Text Example
White with #EFF67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF67F; }
p { color: rgb(239,246,127); }
H1.HeaderClassName
{
color: #EFF67F;
}
.AnyTagClassName
{
color: #EFF67F;
}
</style>
background-color css
<style>
a { background-color: #EFF67F; }
a { background-color: rgb(239,246,127); }
div.DivClassName
{
background-color: #EFF67F;
}
.BgClassName
{
background-color: #EFF67F;
}
</style>
border-color css
<style>
span { border-color: #EFF67F; }
span { border-color: rgb(239,246,127); }
td.TdClassName
{
border-color: #EFF67F;
}
.TagClassName
{
border-color: #EFF67F;
}
</style>