Shades of Tidal #E4FF8A
Tints of Tidal #E4FF8A
RGB
CMYK
RGB Variations
Color information
#E4FF8A (or 0xE4FF8A) is known color: Tidal. HEX triplet: E4, FF and 8A. RGB value is (228,255,138). Sum of RGB (Red+Green+Blue) = 228+255+138=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4FF8A is #1B0075. Grayscale: #EAEAEA. Windows color (decimal): -1769590 or 9109476. OLE color: 9109476.
HSL color Cylindrical-coordinate representation of color #E4FF8A: hue angle of 73.85º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4FF8A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 138 | - |
| CMYK | 0.11 | 0 | 0.46 | 0 |
| HSL | 73.85º | 1% | 0.77% | - |
| HSV(B) | 73.85º | 0.46% | 1% | - |
| XYZ | 72.34 | 89.85 | 37.57 | - |
| YUV | 233.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 138 | 0.11 | 0 | 0.46 | 0 | 73.85 | 1 | 0.77 |
| Hex | E4 | FF | 8A | B | 0 | 2E | 0 | 4A | 64 | 4D |
| Octal | 344 | 377 | 212 | 13 | 0 | 56 | 0 | 112 | 144 | 115 |
| Binary | 11100100 | 11111111 | 10001010 | 1011 | 0 | 101110 | 0 | 1001010 | 1100100 | 1001101 |
Color Harmonies of #E4FF8A
Complementary color
Monochromatic Colors of #E4FF8A
Black with #E4FF8A
Text Example
Text Example
White with #E4FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF8A; }
p { color: rgb(228,255,138); }
H1.HeaderClassName
{
color: #E4FF8A;
}
.AnyTagClassName
{
color: #E4FF8A;
}
</style>
background-color css
<style>
a { background-color: #E4FF8A; }
a { background-color: rgb(228,255,138); }
div.DivClassName
{
background-color: #E4FF8A;
}
.BgClassName
{
background-color: #E4FF8A;
}
</style>
border-color css
<style>
span { border-color: #E4FF8A; }
span { border-color: rgb(228,255,138); }
td.TdClassName
{
border-color: #E4FF8A;
}
.TagClassName
{
border-color: #E4FF8A;
}
</style>