Shades of Tidal #E1FF8B
Tints of Tidal #E1FF8B
RGB
CMYK
RGB Variations
Color information
#E1FF8B (or 0xE1FF8B) is known color: Tidal. HEX triplet: E1, FF and 8B. RGB value is (225,255,139). Sum of RGB (Red+Green+Blue) = 225+255+139=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FF8B is #1E0074. Grayscale: #E9E9E9. Windows color (decimal): -1966197 or 9175009. OLE color: 9175009.
HSL color Cylindrical-coordinate representation of color #E1FF8B: hue angle of 75.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1FF8B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 139 | - |
| CMYK | 0.12 | 0 | 0.45 | 0 |
| HSL | 75.52º | 1% | 0.77% | - |
| HSV(B) | 75.52º | 0.45% | 1% | - |
| XYZ | 71.47 | 89.39 | 37.91 | - |
| YUV | 232.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 139 | 0.12 | 0 | 0.45 | 0 | 75.52 | 1 | 0.77 |
| Hex | E1 | FF | 8B | C | 0 | 2D | 0 | 4C | 64 | 4D |
| Octal | 341 | 377 | 213 | 14 | 0 | 55 | 0 | 114 | 144 | 115 |
| Binary | 11100001 | 11111111 | 10001011 | 1100 | 0 | 101101 | 0 | 1001100 | 1100100 | 1001101 |
Color Harmonies of #E1FF8B
Complementary color
Monochromatic Colors of #E1FF8B
Black with #E1FF8B
Text Example
Text Example
White with #E1FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF8B; }
p { color: rgb(225,255,139); }
H1.HeaderClassName
{
color: #E1FF8B;
}
.AnyTagClassName
{
color: #E1FF8B;
}
</style>
background-color css
<style>
a { background-color: #E1FF8B; }
a { background-color: rgb(225,255,139); }
div.DivClassName
{
background-color: #E1FF8B;
}
.BgClassName
{
background-color: #E1FF8B;
}
</style>
border-color css
<style>
span { border-color: #E1FF8B; }
span { border-color: rgb(225,255,139); }
td.TdClassName
{
border-color: #E1FF8B;
}
.TagClassName
{
border-color: #E1FF8B;
}
</style>