Shades of Tidal #EFF58F
Tints of Tidal #EFF58F
RGB
CMYK
RGB Variations
Color information
#EFF58F (or 0xEFF58F) is known color: Tidal. HEX triplet: EF, F5 and 8F. RGB value is (239,245,143). Sum of RGB (Red+Green+Blue) = 239+245+143=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 143 (56.25% from 255 or 22.81% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF58F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF58F is #100A70. Grayscale: #E7E7E7. Windows color (decimal): -1051249 or 9434607. OLE color: 9434607.
HSL color Cylindrical-coordinate representation of color #EFF58F: hue angle of 63.53º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFF58F is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 143 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.04 |
| HSL | 63.53º | 0.84% | 0.76% | - |
| HSV(B) | 63.53º | 0.42% | 0.96% | - |
| XYZ | 73.21 | 85.64 | 38.66 | - |
| YUV | 231.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 143 | 0.02 | 0 | 0.42 | 0.04 | 63.53 | 0.84 | 0.76 |
| Hex | EF | F5 | 8F | 2 | 0 | 2A | 4 | 40 | 54 | 4C |
| Octal | 357 | 365 | 217 | 2 | 0 | 52 | 4 | 100 | 124 | 114 |
| Binary | 11101111 | 11110101 | 10001111 | 10 | 0 | 101010 | 100 | 1000000 | 1010100 | 1001100 |
Color Harmonies of #EFF58F
Complementary color
Monochromatic Colors of #EFF58F
Black with #EFF58F
Text Example
Text Example
White with #EFF58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF58F; }
p { color: rgb(239,245,143); }
H1.HeaderClassName
{
color: #EFF58F;
}
.AnyTagClassName
{
color: #EFF58F;
}
</style>
background-color css
<style>
a { background-color: #EFF58F; }
a { background-color: rgb(239,245,143); }
div.DivClassName
{
background-color: #EFF58F;
}
.BgClassName
{
background-color: #EFF58F;
}
</style>
border-color css
<style>
span { border-color: #EFF58F; }
span { border-color: rgb(239,245,143); }
td.TdClassName
{
border-color: #EFF58F;
}
.TagClassName
{
border-color: #EFF58F;
}
</style>