Shades of Tidal #E1FD8D
Tints of Tidal #E1FD8D
RGB
CMYK
RGB Variations
Color information
#E1FD8D (or 0xE1FD8D) is known color: Tidal. HEX triplet: E1, FD and 8D. RGB value is (225,253,141). Sum of RGB (Red+Green+Blue) = 225+253+141=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD8D is #1E0272. Grayscale: #E8E8E8. Windows color (decimal): -1966707 or 9305569. OLE color: 9305569.
HSL color Cylindrical-coordinate representation of color #E1FD8D: hue angle of 75º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1FD8D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 141 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.01 |
| HSL | 75º | 0.97% | 0.77% | - |
| HSV(B) | 75º | 0.44% | 0.99% | - |
| XYZ | 70.98 | 88.18 | 38.48 | - |
| YUV | 231.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 141 | 0.11 | 0 | 0.44 | 0.01 | 75 | 0.97 | 0.77 |
| Hex | E1 | FD | 8D | B | 0 | 2C | 1 | 4B | 61 | 4D |
| Octal | 341 | 375 | 215 | 13 | 0 | 54 | 1 | 113 | 141 | 115 |
| Binary | 11100001 | 11111101 | 10001101 | 1011 | 0 | 101100 | 1 | 1001011 | 1100001 | 1001101 |
Color Harmonies of #E1FD8D
Complementary color
Monochromatic Colors of #E1FD8D
Black with #E1FD8D
Text Example
Text Example
White with #E1FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD8D; }
p { color: rgb(225,253,141); }
H1.HeaderClassName
{
color: #E1FD8D;
}
.AnyTagClassName
{
color: #E1FD8D;
}
</style>
background-color css
<style>
a { background-color: #E1FD8D; }
a { background-color: rgb(225,253,141); }
div.DivClassName
{
background-color: #E1FD8D;
}
.BgClassName
{
background-color: #E1FD8D;
}
</style>
border-color css
<style>
span { border-color: #E1FD8D; }
span { border-color: rgb(225,253,141); }
td.TdClassName
{
border-color: #E1FD8D;
}
.TagClassName
{
border-color: #E1FD8D;
}
</style>