Shades of Tidal #EEFF81
Tints of Tidal #EEFF81
RGB
CMYK
RGB Variations
Color information
#EEFF81 (or 0xEEFF81) is known color: Tidal. HEX triplet: EE, FF and 81. RGB value is (238,255,129). Sum of RGB (Red+Green+Blue) = 238+255+129=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 129 (50.78% from 255 or 20.74% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF81 is #11007E. Grayscale: #ECECEC. Windows color (decimal): -1114239 or 8519662. OLE color: 8519662.
HSL color Cylindrical-coordinate representation of color #EEFF81: hue angle of 68.1º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEFF81 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 129 | - |
| CMYK | 0.07 | 0 | 0.49 | 0 |
| HSL | 68.1º | 1% | 0.75% | - |
| HSV(B) | 68.1º | 0.49% | 1% | - |
| XYZ | 74.98 | 91.28 | 34.44 | - |
| YUV | 235.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 129 | 0.07 | 0 | 0.49 | 0 | 68.1 | 1 | 0.75 |
| Hex | EE | FF | 81 | 7 | 0 | 31 | 0 | 44 | 64 | 4B |
| Octal | 356 | 377 | 201 | 7 | 0 | 61 | 0 | 104 | 144 | 113 |
| Binary | 11101110 | 11111111 | 10000001 | 111 | 0 | 110001 | 0 | 1000100 | 1100100 | 1001011 |
Color Harmonies of #EEFF81
Complementary color
Monochromatic Colors of #EEFF81
Black with #EEFF81
Text Example
Text Example
White with #EEFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF81; }
p { color: rgb(238,255,129); }
H1.HeaderClassName
{
color: #EEFF81;
}
.AnyTagClassName
{
color: #EEFF81;
}
</style>
background-color css
<style>
a { background-color: #EEFF81; }
a { background-color: rgb(238,255,129); }
div.DivClassName
{
background-color: #EEFF81;
}
.BgClassName
{
background-color: #EEFF81;
}
</style>
border-color css
<style>
span { border-color: #EEFF81; }
span { border-color: rgb(238,255,129); }
td.TdClassName
{
border-color: #EEFF81;
}
.TagClassName
{
border-color: #EEFF81;
}
</style>