Shades of Tidal #EFFF98
Tints of Tidal #EFFF98
RGB
CMYK
RGB Variations
Color information
#EFFF98 (or 0xEFFF98) is known color: Tidal. HEX triplet: EF, FF and 98. RGB value is (239,255,152). Sum of RGB (Red+Green+Blue) = 239+255+152=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 152 (59.77% from 255 or 23.53% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF98 is #100067. Grayscale: #EEEEEE. Windows color (decimal): -1048680 or 10026991. OLE color: 10026991.
HSL color Cylindrical-coordinate representation of color #EFFF98: hue angle of 69.32º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFFF98 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 152 | - |
| CMYK | 0.06 | 0 | 0.40 | 0 |
| HSL | 69.32º | 1% | 0.8% | - |
| HSV(B) | 69.32º | 0.4% | 1% | - |
| XYZ | 77.02 | 92.14 | 43.43 | - |
| YUV | 238.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 152 | 0.06 | 0 | 0.40 | 0 | 69.32 | 1 | 0.8 |
| Hex | EF | FF | 98 | 6 | 0 | 28 | 0 | 45 | 64 | 50 |
| Octal | 357 | 377 | 230 | 6 | 0 | 50 | 0 | 105 | 144 | 120 |
| Binary | 11101111 | 11111111 | 10011000 | 110 | 0 | 101000 | 0 | 1000101 | 1100100 | 1010000 |
Color Harmonies of #EFFF98
Complementary color
Monochromatic Colors of #EFFF98
Black with #EFFF98
Text Example
Text Example
White with #EFFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF98; }
p { color: rgb(239,255,152); }
H1.HeaderClassName
{
color: #EFFF98;
}
.AnyTagClassName
{
color: #EFFF98;
}
</style>
background-color css
<style>
a { background-color: #EFFF98; }
a { background-color: rgb(239,255,152); }
div.DivClassName
{
background-color: #EFFF98;
}
.BgClassName
{
background-color: #EFFF98;
}
</style>
border-color css
<style>
span { border-color: #EFFF98; }
span { border-color: rgb(239,255,152); }
td.TdClassName
{
border-color: #EFFF98;
}
.TagClassName
{
border-color: #EFFF98;
}
</style>