Shades of Tidal #EFF385
Tints of Tidal #EFF385
RGB
CMYK
RGB Variations
Color information
#EFF385 (or 0xEFF385) is known color: Tidal. HEX triplet: EF, F3 and 85. RGB value is (239,243,133). Sum of RGB (Red+Green+Blue) = 239+243+133=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF385 is #100C7A. Grayscale: #E5E5E5. Windows color (decimal): -1051771 or 8778735. OLE color: 8778735.
HSL color Cylindrical-coordinate representation of color #EFF385: hue angle of 62.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFF385 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 133 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.05 |
| HSL | 62.18º | 0.82% | 0.74% | - |
| HSV(B) | 62.18º | 0.45% | 0.95% | - |
| XYZ | 71.88 | 84.15 | 34.64 | - |
| YUV | 229.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 133 | 0.02 | 0 | 0.45 | 0.05 | 62.18 | 0.82 | 0.74 |
| Hex | EF | F3 | 85 | 2 | 0 | 2D | 5 | 3E | 52 | 4A |
| Octal | 357 | 363 | 205 | 2 | 0 | 55 | 5 | 76 | 122 | 112 |
| Binary | 11101111 | 11110011 | 10000101 | 10 | 0 | 101101 | 101 | 111110 | 1010010 | 1001010 |
Color Harmonies of #EFF385
Complementary color
Monochromatic Colors of #EFF385
Black with #EFF385
Text Example
Text Example
White with #EFF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF385; }
p { color: rgb(239,243,133); }
H1.HeaderClassName
{
color: #EFF385;
}
.AnyTagClassName
{
color: #EFF385;
}
</style>
background-color css
<style>
a { background-color: #EFF385; }
a { background-color: rgb(239,243,133); }
div.DivClassName
{
background-color: #EFF385;
}
.BgClassName
{
background-color: #EFF385;
}
</style>
border-color css
<style>
span { border-color: #EFF385; }
span { border-color: rgb(239,243,133); }
td.TdClassName
{
border-color: #EFF385;
}
.TagClassName
{
border-color: #EFF385;
}
</style>