Shades of Tidal #EFF383
Tints of Tidal #EFF383
RGB
CMYK
RGB Variations
Color information
#EFF383 (or 0xEFF383) is known color: Tidal. HEX triplet: EF, F3 and 83. RGB value is (239,243,131). Sum of RGB (Red+Green+Blue) = 239+243+131=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF383 is #100C7C. Grayscale: #E5E5E5. Windows color (decimal): -1051773 or 8647663. OLE color: 8647663.
HSL color Cylindrical-coordinate representation of color #EFF383: hue angle of 62.14º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFF383 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 131 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 62.14º | 0.82% | 0.73% | - |
| HSV(B) | 62.14º | 0.46% | 0.95% | - |
| XYZ | 71.74 | 84.09 | 33.92 | - |
| YUV | 229.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 131 | 0.02 | 0 | 0.46 | 0.05 | 62.14 | 0.82 | 0.73 |
| Hex | EF | F3 | 83 | 2 | 0 | 2E | 5 | 3E | 52 | 49 |
| Octal | 357 | 363 | 203 | 2 | 0 | 56 | 5 | 76 | 122 | 111 |
| Binary | 11101111 | 11110011 | 10000011 | 10 | 0 | 101110 | 101 | 111110 | 1010010 | 1001001 |
Color Harmonies of #EFF383
Complementary color
Monochromatic Colors of #EFF383
Black with #EFF383
Text Example
Text Example
White with #EFF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF383; }
p { color: rgb(239,243,131); }
H1.HeaderClassName
{
color: #EFF383;
}
.AnyTagClassName
{
color: #EFF383;
}
</style>
background-color css
<style>
a { background-color: #EFF383; }
a { background-color: rgb(239,243,131); }
div.DivClassName
{
background-color: #EFF383;
}
.BgClassName
{
background-color: #EFF383;
}
</style>
border-color css
<style>
span { border-color: #EFF383; }
span { border-color: rgb(239,243,131); }
td.TdClassName
{
border-color: #EFF383;
}
.TagClassName
{
border-color: #EFF383;
}
</style>