Shades of Tidal #E4F38A
Tints of Tidal #E4F38A
RGB
CMYK
RGB Variations
Color information
#E4F38A (or 0xE4F38A) is known color: Tidal. HEX triplet: E4, F3 and 8A. RGB value is (228,243,138). Sum of RGB (Red+Green+Blue) = 228+243+138=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #E4F38A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F38A is #1B0C75. Grayscale: #E2E2E2. Windows color (decimal): -1772662 or 9106404. OLE color: 9106404.
HSL color Cylindrical-coordinate representation of color #E4F38A: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E4F38A is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 243 | 138 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.05 |
| HSL | 68.57º | 0.81% | 0.75% | - |
| HSV(B) | 68.57º | 0.43% | 0.95% | - |
| XYZ | 68.63 | 82.43 | 36.34 | - |
| YUV | 226.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 243 | 138 | 0.06 | 0 | 0.43 | 0.05 | 68.57 | 0.81 | 0.75 |
| Hex | E4 | F3 | 8A | 6 | 0 | 2B | 5 | 45 | 51 | 4B |
| Octal | 344 | 363 | 212 | 6 | 0 | 53 | 5 | 105 | 121 | 113 |
| Binary | 11100100 | 11110011 | 10001010 | 110 | 0 | 101011 | 101 | 1000101 | 1010001 | 1001011 |
Color Harmonies of #E4F38A
Complementary color
Monochromatic Colors of #E4F38A
Black with #E4F38A
Text Example
Text Example
White with #E4F38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F38A; }
p { color: rgb(228,243,138); }
H1.HeaderClassName
{
color: #E4F38A;
}
.AnyTagClassName
{
color: #E4F38A;
}
</style>
background-color css
<style>
a { background-color: #E4F38A; }
a { background-color: rgb(228,243,138); }
div.DivClassName
{
background-color: #E4F38A;
}
.BgClassName
{
background-color: #E4F38A;
}
</style>
border-color css
<style>
span { border-color: #E4F38A; }
span { border-color: rgb(228,243,138); }
td.TdClassName
{
border-color: #E4F38A;
}
.TagClassName
{
border-color: #E4F38A;
}
</style>