Shades of Tidal #EFF68A
Tints of Tidal #EFF68A
RGB
CMYK
RGB Variations
Color information
#EFF68A (or 0xEFF68A) is known color: Tidal. HEX triplet: EF, F6 and 8A. RGB value is (239,246,138). Sum of RGB (Red+Green+Blue) = 239+246+138=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 138 (54.30% from 255 or 22.15% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF68A is #100975. Grayscale: #E8E8E8. Windows color (decimal): -1050998 or 9107183. OLE color: 9107183.
HSL color Cylindrical-coordinate representation of color #EFF68A: hue angle of 63.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFF68A is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 138 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.04 |
| HSL | 63.89º | 0.86% | 0.75% | - |
| HSV(B) | 63.89º | 0.44% | 0.96% | - |
| XYZ | 73.14 | 86.1 | 36.81 | - |
| YUV | 231.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 138 | 0.03 | 0 | 0.44 | 0.04 | 63.89 | 0.86 | 0.75 |
| Hex | EF | F6 | 8A | 3 | 0 | 2C | 4 | 40 | 56 | 4B |
| Octal | 357 | 366 | 212 | 3 | 0 | 54 | 4 | 100 | 126 | 113 |
| Binary | 11101111 | 11110110 | 10001010 | 11 | 0 | 101100 | 100 | 1000000 | 1010110 | 1001011 |
Color Harmonies of #EFF68A
Complementary color
Monochromatic Colors of #EFF68A
Black with #EFF68A
Text Example
Text Example
White with #EFF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF68A; }
p { color: rgb(239,246,138); }
H1.HeaderClassName
{
color: #EFF68A;
}
.AnyTagClassName
{
color: #EFF68A;
}
</style>
background-color css
<style>
a { background-color: #EFF68A; }
a { background-color: rgb(239,246,138); }
div.DivClassName
{
background-color: #EFF68A;
}
.BgClassName
{
background-color: #EFF68A;
}
</style>
border-color css
<style>
span { border-color: #EFF68A; }
span { border-color: rgb(239,246,138); }
td.TdClassName
{
border-color: #EFF68A;
}
.TagClassName
{
border-color: #EFF68A;
}
</style>