Shades of Tidal #EFF68D
Tints of Tidal #EFF68D
RGB
CMYK
RGB Variations
Color information
#EFF68D (or 0xEFF68D) is known color: Tidal. HEX triplet: EF, F6 and 8D. RGB value is (239,246,141). Sum of RGB (Red+Green+Blue) = 239+246+141=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF68D is #100972. Grayscale: #E8E8E8. Windows color (decimal): -1050995 or 9303791. OLE color: 9303791.
HSL color Cylindrical-coordinate representation of color #EFF68D: hue angle of 64º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFF68D is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 141 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.04 |
| HSL | 64º | 0.85% | 0.76% | - |
| HSV(B) | 64º | 0.43% | 0.96% | - |
| XYZ | 73.36 | 86.19 | 37.97 | - |
| YUV | 231.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 141 | 0.03 | 0 | 0.43 | 0.04 | 64 | 0.85 | 0.76 |
| Hex | EF | F6 | 8D | 3 | 0 | 2B | 4 | 40 | 55 | 4C |
| Octal | 357 | 366 | 215 | 3 | 0 | 53 | 4 | 100 | 125 | 114 |
| Binary | 11101111 | 11110110 | 10001101 | 11 | 0 | 101011 | 100 | 1000000 | 1010101 | 1001100 |
Color Harmonies of #EFF68D
Complementary color
Monochromatic Colors of #EFF68D
Black with #EFF68D
Text Example
Text Example
White with #EFF68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF68D; }
p { color: rgb(239,246,141); }
H1.HeaderClassName
{
color: #EFF68D;
}
.AnyTagClassName
{
color: #EFF68D;
}
</style>
background-color css
<style>
a { background-color: #EFF68D; }
a { background-color: rgb(239,246,141); }
div.DivClassName
{
background-color: #EFF68D;
}
.BgClassName
{
background-color: #EFF68D;
}
</style>
border-color css
<style>
span { border-color: #EFF68D; }
span { border-color: rgb(239,246,141); }
td.TdClassName
{
border-color: #EFF68D;
}
.TagClassName
{
border-color: #EFF68D;
}
</style>