Shades of Tidal #E1FD8B
Tints of Tidal #E1FD8B
RGB
CMYK
RGB Variations
Color information
#E1FD8B (or 0xE1FD8B) is known color: Tidal. HEX triplet: E1, FD and 8B. RGB value is (225,253,139). Sum of RGB (Red+Green+Blue) = 225+253+139=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FD8B is #1E0274. Grayscale: #E8E8E8. Windows color (decimal): -1966709 or 9174497. OLE color: 9174497.
HSL color Cylindrical-coordinate representation of color #E1FD8B: hue angle of 74.74º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1FD8B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 139 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.01 |
| HSL | 74.74º | 0.97% | 0.77% | - |
| HSV(B) | 74.74º | 0.45% | 0.99% | - |
| XYZ | 70.84 | 88.12 | 37.7 | - |
| YUV | 231.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 139 | 0.11 | 0 | 0.45 | 0.01 | 74.74 | 0.97 | 0.77 |
| Hex | E1 | FD | 8B | B | 0 | 2D | 1 | 4B | 61 | 4D |
| Octal | 341 | 375 | 213 | 13 | 0 | 55 | 1 | 113 | 141 | 115 |
| Binary | 11100001 | 11111101 | 10001011 | 1011 | 0 | 101101 | 1 | 1001011 | 1100001 | 1001101 |
Color Harmonies of #E1FD8B
Complementary color
Monochromatic Colors of #E1FD8B
Black with #E1FD8B
Text Example
Text Example
White with #E1FD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD8B; }
p { color: rgb(225,253,139); }
H1.HeaderClassName
{
color: #E1FD8B;
}
.AnyTagClassName
{
color: #E1FD8B;
}
</style>
background-color css
<style>
a { background-color: #E1FD8B; }
a { background-color: rgb(225,253,139); }
div.DivClassName
{
background-color: #E1FD8B;
}
.BgClassName
{
background-color: #E1FD8B;
}
</style>
border-color css
<style>
span { border-color: #E1FD8B; }
span { border-color: rgb(225,253,139); }
td.TdClassName
{
border-color: #E1FD8B;
}
.TagClassName
{
border-color: #E1FD8B;
}
</style>