Shades of Tidal #E4FD8C
Tints of Tidal #E4FD8C
RGB
CMYK
RGB Variations
Color information
#E4FD8C (or 0xE4FD8C) is known color: Tidal. HEX triplet: E4, FD and 8C. RGB value is (228,253,140). Sum of RGB (Red+Green+Blue) = 228+253+140=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 140 (55.08% from 255 or 22.54% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #E4FD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FD8C is #1B0273. Grayscale: #E9E9E9. Windows color (decimal): -1770100 or 9240036. OLE color: 9240036.
HSL color Cylindrical-coordinate representation of color #E4FD8C: hue angle of 73.27º 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 #E4FD8C is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 253 | 140 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.01 |
| HSL | 73.27º | 0.97% | 0.77% | - |
| HSV(B) | 73.27º | 0.45% | 0.99% | - |
| XYZ | 71.85 | 88.64 | 38.13 | - |
| YUV | 232.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 253 | 140 | 0.10 | 0 | 0.45 | 0.01 | 73.27 | 0.97 | 0.77 |
| Hex | E4 | FD | 8C | A | 0 | 2D | 1 | 49 | 61 | 4D |
| Octal | 344 | 375 | 214 | 12 | 0 | 55 | 1 | 111 | 141 | 115 |
| Binary | 11100100 | 11111101 | 10001100 | 1010 | 0 | 101101 | 1 | 1001001 | 1100001 | 1001101 |
Color Harmonies of #E4FD8C
Complementary color
Monochromatic Colors of #E4FD8C
Black with #E4FD8C
Text Example
Text Example
White with #E4FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FD8C; }
p { color: rgb(228,253,140); }
H1.HeaderClassName
{
color: #E4FD8C;
}
.AnyTagClassName
{
color: #E4FD8C;
}
</style>
background-color css
<style>
a { background-color: #E4FD8C; }
a { background-color: rgb(228,253,140); }
div.DivClassName
{
background-color: #E4FD8C;
}
.BgClassName
{
background-color: #E4FD8C;
}
</style>
border-color css
<style>
span { border-color: #E4FD8C; }
span { border-color: rgb(228,253,140); }
td.TdClassName
{
border-color: #E4FD8C;
}
.TagClassName
{
border-color: #E4FD8C;
}
</style>