Shades of Tidal #E4FC85
Tints of Tidal #E4FC85
RGB
CMYK
RGB Variations
Color information
#E4FC85 (or 0xE4FC85) is known color: Tidal. HEX triplet: E4, FC and 85. RGB value is (228,252,133). Sum of RGB (Red+Green+Blue) = 228+252+133=613 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.19% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #E4FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FC85 is #1B037A. Grayscale: #E7E7E7. Windows color (decimal): -1770363 or 8781028. OLE color: 8781028.
HSL color Cylindrical-coordinate representation of color #E4FC85: hue angle of 72.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E4FC85 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 252 | 133 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.01 |
| HSL | 72.1º | 0.95% | 0.75% | - |
| HSV(B) | 72.1º | 0.47% | 0.99% | - |
| XYZ | 71.04 | 87.81 | 35.39 | - |
| YUV | 231.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 252 | 133 | 0.10 | 0 | 0.47 | 0.01 | 72.1 | 0.95 | 0.75 |
| Hex | E4 | FC | 85 | A | 0 | 2F | 1 | 48 | 5F | 4B |
| Octal | 344 | 374 | 205 | 12 | 0 | 57 | 1 | 110 | 137 | 113 |
| Binary | 11100100 | 11111100 | 10000101 | 1010 | 0 | 101111 | 1 | 1001000 | 1011111 | 1001011 |
Color Harmonies of #E4FC85
Complementary color
Monochromatic Colors of #E4FC85
Black with #E4FC85
Text Example
Text Example
White with #E4FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FC85; }
p { color: rgb(228,252,133); }
H1.HeaderClassName
{
color: #E4FC85;
}
.AnyTagClassName
{
color: #E4FC85;
}
</style>
background-color css
<style>
a { background-color: #E4FC85; }
a { background-color: rgb(228,252,133); }
div.DivClassName
{
background-color: #E4FC85;
}
.BgClassName
{
background-color: #E4FC85;
}
</style>
border-color css
<style>
span { border-color: #E4FC85; }
span { border-color: rgb(228,252,133); }
td.TdClassName
{
border-color: #E4FC85;
}
.TagClassName
{
border-color: #E4FC85;
}
</style>