Shades of Tidal #EFF692
Tints of Tidal #EFF692
RGB
CMYK
RGB Variations
Color information
#EFF692 (or 0xEFF692) is known color: Tidal. HEX triplet: EF, F6 and 92. RGB value is (239,246,146). Sum of RGB (Red+Green+Blue) = 239+246+146=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 146 (57.42% from 255 or 23.14% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF692 is #10096D. Grayscale: #E8E8E8. Windows color (decimal): -1050990 or 9631471. OLE color: 9631471.
HSL color Cylindrical-coordinate representation of color #EFF692: hue angle of 64.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF692 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 146 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.04 |
| HSL | 64.2º | 0.85% | 0.77% | - |
| HSV(B) | 64.2º | 0.41% | 0.96% | - |
| XYZ | 73.74 | 86.34 | 39.97 | - |
| YUV | 232.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 146 | 0.03 | 0 | 0.41 | 0.04 | 64.2 | 0.85 | 0.77 |
| Hex | EF | F6 | 92 | 3 | 0 | 29 | 4 | 40 | 55 | 4D |
| Octal | 357 | 366 | 222 | 3 | 0 | 51 | 4 | 100 | 125 | 115 |
| Binary | 11101111 | 11110110 | 10010010 | 11 | 0 | 101001 | 100 | 1000000 | 1010101 | 1001101 |
Color Harmonies of #EFF692
Complementary color
Monochromatic Colors of #EFF692
Black with #EFF692
Text Example
Text Example
White with #EFF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF692; }
p { color: rgb(239,246,146); }
H1.HeaderClassName
{
color: #EFF692;
}
.AnyTagClassName
{
color: #EFF692;
}
</style>
background-color css
<style>
a { background-color: #EFF692; }
a { background-color: rgb(239,246,146); }
div.DivClassName
{
background-color: #EFF692;
}
.BgClassName
{
background-color: #EFF692;
}
</style>
border-color css
<style>
span { border-color: #EFF692; }
span { border-color: rgb(239,246,146); }
td.TdClassName
{
border-color: #EFF692;
}
.TagClassName
{
border-color: #EFF692;
}
</style>