Shades of Tidal #EFF682
Tints of Tidal #EFF682
RGB
CMYK
RGB Variations
Color information
#EFF682 (or 0xEFF682) is known color: Tidal. HEX triplet: EF, F6 and 82. RGB value is (239,246,130). Sum of RGB (Red+Green+Blue) = 239+246+130=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF682 is #10097D. Grayscale: #E7E7E7. Windows color (decimal): -1051006 or 8582895. OLE color: 8582895.
HSL color Cylindrical-coordinate representation of color #EFF682: hue angle of 63.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFF682 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 130 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.04 |
| HSL | 63.62º | 0.87% | 0.74% | - |
| HSV(B) | 63.62º | 0.47% | 0.96% | - |
| XYZ | 72.58 | 85.87 | 33.87 | - |
| YUV | 230.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 130 | 0.03 | 0 | 0.47 | 0.04 | 63.62 | 0.87 | 0.74 |
| Hex | EF | F6 | 82 | 3 | 0 | 2F | 4 | 40 | 57 | 4A |
| Octal | 357 | 366 | 202 | 3 | 0 | 57 | 4 | 100 | 127 | 112 |
| Binary | 11101111 | 11110110 | 10000010 | 11 | 0 | 101111 | 100 | 1000000 | 1010111 | 1001010 |
Color Harmonies of #EFF682
Complementary color
Monochromatic Colors of #EFF682
Black with #EFF682
Text Example
Text Example
White with #EFF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF682; }
p { color: rgb(239,246,130); }
H1.HeaderClassName
{
color: #EFF682;
}
.AnyTagClassName
{
color: #EFF682;
}
</style>
background-color css
<style>
a { background-color: #EFF682; }
a { background-color: rgb(239,246,130); }
div.DivClassName
{
background-color: #EFF682;
}
.BgClassName
{
background-color: #EFF682;
}
</style>
border-color css
<style>
span { border-color: #EFF682; }
span { border-color: rgb(239,246,130); }
td.TdClassName
{
border-color: #EFF682;
}
.TagClassName
{
border-color: #EFF682;
}
</style>