Shades of Tidal #EEFF84
Tints of Tidal #EEFF84
RGB
CMYK
RGB Variations
Color information
#EEFF84 (or 0xEEFF84) is known color: Tidal. HEX triplet: EE, FF and 84. RGB value is (238,255,132). Sum of RGB (Red+Green+Blue) = 238+255+132=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 132 (51.95% from 255 or 21.12% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF84 is #11007B. Grayscale: #ECECEC. Windows color (decimal): -1114236 or 8716270. OLE color: 8716270.
HSL color Cylindrical-coordinate representation of color #EEFF84: hue angle of 68.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEFF84 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 132 | - |
| CMYK | 0.07 | 0 | 0.48 | 0 |
| HSL | 68.29º | 1% | 0.76% | - |
| HSV(B) | 68.29º | 0.48% | 1% | - |
| XYZ | 75.18 | 91.36 | 35.5 | - |
| YUV | 235.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 132 | 0.07 | 0 | 0.48 | 0 | 68.29 | 1 | 0.76 |
| Hex | EE | FF | 84 | 7 | 0 | 30 | 0 | 44 | 64 | 4C |
| Octal | 356 | 377 | 204 | 7 | 0 | 60 | 0 | 104 | 144 | 114 |
| Binary | 11101110 | 11111111 | 10000100 | 111 | 0 | 110000 | 0 | 1000100 | 1100100 | 1001100 |
Color Harmonies of #EEFF84
Complementary color
Monochromatic Colors of #EEFF84
Black with #EEFF84
Text Example
Text Example
White with #EEFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF84; }
p { color: rgb(238,255,132); }
H1.HeaderClassName
{
color: #EEFF84;
}
.AnyTagClassName
{
color: #EEFF84;
}
</style>
background-color css
<style>
a { background-color: #EEFF84; }
a { background-color: rgb(238,255,132); }
div.DivClassName
{
background-color: #EEFF84;
}
.BgClassName
{
background-color: #EEFF84;
}
</style>
border-color css
<style>
span { border-color: #EEFF84; }
span { border-color: rgb(238,255,132); }
td.TdClassName
{
border-color: #EEFF84;
}
.TagClassName
{
border-color: #EEFF84;
}
</style>