Shades of Tidal #EFF483
Tints of Tidal #EFF483
RGB
CMYK
RGB Variations
Color information
#EFF483 (or 0xEFF483) is known color: Tidal. HEX triplet: EF, F4 and 83. RGB value is (239,244,131). Sum of RGB (Red+Green+Blue) = 239+244+131=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF483 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF483 is #100B7C. Grayscale: #E6E6E6. Windows color (decimal): -1051517 or 8647919. OLE color: 8647919.
HSL color Cylindrical-coordinate representation of color #EFF483: hue angle of 62.65º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF483 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 131 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.04 |
| HSL | 62.65º | 0.84% | 0.74% | - |
| HSV(B) | 62.65º | 0.46% | 0.96% | - |
| XYZ | 72.04 | 84.69 | 34.02 | - |
| YUV | 229.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 131 | 0.02 | 0 | 0.46 | 0.04 | 62.65 | 0.84 | 0.74 |
| Hex | EF | F4 | 83 | 2 | 0 | 2E | 4 | 3F | 54 | 4A |
| Octal | 357 | 364 | 203 | 2 | 0 | 56 | 4 | 77 | 124 | 112 |
| Binary | 11101111 | 11110100 | 10000011 | 10 | 0 | 101110 | 100 | 111111 | 1010100 | 1001010 |
Color Harmonies of #EFF483
Complementary color
Monochromatic Colors of #EFF483
Black with #EFF483
Text Example
Text Example
White with #EFF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF483; }
p { color: rgb(239,244,131); }
H1.HeaderClassName
{
color: #EFF483;
}
.AnyTagClassName
{
color: #EFF483;
}
</style>
background-color css
<style>
a { background-color: #EFF483; }
a { background-color: rgb(239,244,131); }
div.DivClassName
{
background-color: #EFF483;
}
.BgClassName
{
background-color: #EFF483;
}
</style>
border-color css
<style>
span { border-color: #EFF483; }
span { border-color: rgb(239,244,131); }
td.TdClassName
{
border-color: #EFF483;
}
.TagClassName
{
border-color: #EFF483;
}
</style>