Shades of Tidal #EFFF99
Tints of Tidal #EFFF99
RGB
CMYK
RGB Variations
Color information
#EFFF99 (or 0xEFFF99) is known color: Tidal. HEX triplet: EF, FF and 99. RGB value is (239,255,153). Sum of RGB (Red+Green+Blue) = 239+255+153=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 153 (60.16% from 255 or 23.65% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF99 is #100066. Grayscale: #EEEEEE. Windows color (decimal): -1048679 or 10092527. OLE color: 10092527.
HSL color Cylindrical-coordinate representation of color #EFFF99: hue angle of 69.41º 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 #EFFF99 is Cyan = 0.06, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 153 | - |
| CMYK | 0.06 | 0 | 0.4 | 0 |
| HSL | 69.41º | 1% | 0.8% | - |
| HSV(B) | 69.41º | 0.4% | 1% | - |
| XYZ | 77.11 | 92.17 | 43.86 | - |
| YUV | 238.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 153 | 0.06 | 0 | 0.4 | 0 | 69.41 | 1 | 0.8 |
| Hex | EF | FF | 99 | 6 | 0 | 28 | 0 | 45 | 64 | 50 |
| Octal | 357 | 377 | 231 | 6 | 0 | 50 | 0 | 105 | 144 | 120 |
| Binary | 11101111 | 11111111 | 10011001 | 110 | 0 | 101000 | 0 | 1000101 | 1100100 | 1010000 |
Color Harmonies of #EFFF99
Complementary color
Monochromatic Colors of #EFFF99
Black with #EFFF99
Text Example
Text Example
White with #EFFF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF99; }
p { color: rgb(239,255,153); }
H1.HeaderClassName
{
color: #EFFF99;
}
.AnyTagClassName
{
color: #EFFF99;
}
</style>
background-color css
<style>
a { background-color: #EFFF99; }
a { background-color: rgb(239,255,153); }
div.DivClassName
{
background-color: #EFFF99;
}
.BgClassName
{
background-color: #EFFF99;
}
</style>
border-color css
<style>
span { border-color: #EFFF99; }
span { border-color: rgb(239,255,153); }
td.TdClassName
{
border-color: #EFFF99;
}
.TagClassName
{
border-color: #EFFF99;
}
</style>