Shades of Tidal #EFF992
Tints of Tidal #EFF992
RGB
CMYK
RGB Variations
Color information
#EFF992 (or 0xEFF992) is known color: Tidal. HEX triplet: EF, F9 and 92. RGB value is (239,249,146). Sum of RGB (Red+Green+Blue) = 239+249+146=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF992 is #10066D. Grayscale: #EAEAEA. Windows color (decimal): -1050222 or 9632239. OLE color: 9632239.
HSL color Cylindrical-coordinate representation of color #EFF992: hue angle of 65.83º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF992 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 146 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 65.83º | 0.9% | 0.77% | - |
| HSV(B) | 65.83º | 0.41% | 0.98% | - |
| XYZ | 74.66 | 88.18 | 40.28 | - |
| YUV | 234.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 146 | 0.04 | 0 | 0.41 | 0.02 | 65.83 | 0.9 | 0.77 |
| Hex | EF | F9 | 92 | 4 | 0 | 29 | 2 | 42 | 5A | 4D |
| Octal | 357 | 371 | 222 | 4 | 0 | 51 | 2 | 102 | 132 | 115 |
| Binary | 11101111 | 11111001 | 10010010 | 100 | 0 | 101001 | 10 | 1000010 | 1011010 | 1001101 |
Color Harmonies of #EFF992
Complementary color
Monochromatic Colors of #EFF992
Black with #EFF992
Text Example
Text Example
White with #EFF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF992; }
p { color: rgb(239,249,146); }
H1.HeaderClassName
{
color: #EFF992;
}
.AnyTagClassName
{
color: #EFF992;
}
</style>
background-color css
<style>
a { background-color: #EFF992; }
a { background-color: rgb(239,249,146); }
div.DivClassName
{
background-color: #EFF992;
}
.BgClassName
{
background-color: #EFF992;
}
</style>
border-color css
<style>
span { border-color: #EFF992; }
span { border-color: rgb(239,249,146); }
td.TdClassName
{
border-color: #EFF992;
}
.TagClassName
{
border-color: #EFF992;
}
</style>