Shades of Tidal #E5FC93
Tints of Tidal #E5FC93
RGB
CMYK
RGB Variations
Color information
#E5FC93 (or 0xE5FC93) is known color: Tidal. HEX triplet: E5, FC and 93. RGB value is (229,252,147). Sum of RGB (Red+Green+Blue) = 229+252+147=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 147 (57.81% from 255 or 23.41% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FC93 is #1A036C. Grayscale: #E9E9E9. Windows color (decimal): -1704813 or 9698533. OLE color: 9698533.
HSL color Cylindrical-coordinate representation of color #E5FC93: hue angle of 73.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5FC93 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 252 | 147 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.01 |
| HSL | 73.14º | 0.95% | 0.78% | - |
| HSV(B) | 73.14º | 0.42% | 0.99% | - |
| XYZ | 72.39 | 88.39 | 40.85 | - |
| YUV | 233.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 252 | 147 | 0.09 | 0 | 0.42 | 0.01 | 73.14 | 0.95 | 0.78 |
| Hex | E5 | FC | 93 | 9 | 0 | 2A | 1 | 49 | 5F | 4E |
| Octal | 345 | 374 | 223 | 11 | 0 | 52 | 1 | 111 | 137 | 116 |
| Binary | 11100101 | 11111100 | 10010011 | 1001 | 0 | 101010 | 1 | 1001001 | 1011111 | 1001110 |
Color Harmonies of #E5FC93
Complementary color
Monochromatic Colors of #E5FC93
Black with #E5FC93
Text Example
Text Example
White with #E5FC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FC93; }
p { color: rgb(229,252,147); }
H1.HeaderClassName
{
color: #E5FC93;
}
.AnyTagClassName
{
color: #E5FC93;
}
</style>
background-color css
<style>
a { background-color: #E5FC93; }
a { background-color: rgb(229,252,147); }
div.DivClassName
{
background-color: #E5FC93;
}
.BgClassName
{
background-color: #E5FC93;
}
</style>
border-color css
<style>
span { border-color: #E5FC93; }
span { border-color: rgb(229,252,147); }
td.TdClassName
{
border-color: #E5FC93;
}
.TagClassName
{
border-color: #E5FC93;
}
</style>