Shades of Tidal #E3F384
Tints of Tidal #E3F384
RGB
CMYK
RGB Variations
Color information
#E3F384 (or 0xE3F384) is known color: Tidal. HEX triplet: E3, F3 and 84. RGB value is (227,243,132). Sum of RGB (Red+Green+Blue) = 227+243+132=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #E3F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F384 is #1C0C7B. Grayscale: #E1E1E1. Windows color (decimal): -1838204 or 8713187. OLE color: 8713187.
HSL color Cylindrical-coordinate representation of color #E3F384: hue angle of 68.65º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3F384 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 243 | 132 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.05 |
| HSL | 68.65º | 0.82% | 0.74% | - |
| HSV(B) | 68.65º | 0.46% | 0.95% | - |
| XYZ | 67.89 | 82.1 | 34.1 | - |
| YUV | 225.56 | 75.2 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 243 | 132 | 0.07 | 0 | 0.46 | 0.05 | 68.65 | 0.82 | 0.74 |
| Hex | E3 | F3 | 84 | 7 | 0 | 2E | 5 | 45 | 52 | 4A |
| Octal | 343 | 363 | 204 | 7 | 0 | 56 | 5 | 105 | 122 | 112 |
| Binary | 11100011 | 11110011 | 10000100 | 111 | 0 | 101110 | 101 | 1000101 | 1010010 | 1001010 |
Color Harmonies of #E3F384
Complementary color
Monochromatic Colors of #E3F384
Black with #E3F384
Text Example
Text Example
White with #E3F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F384; }
p { color: rgb(227,243,132); }
H1.HeaderClassName
{
color: #E3F384;
}
.AnyTagClassName
{
color: #E3F384;
}
</style>
background-color css
<style>
a { background-color: #E3F384; }
a { background-color: rgb(227,243,132); }
div.DivClassName
{
background-color: #E3F384;
}
.BgClassName
{
background-color: #E3F384;
}
</style>
border-color css
<style>
span { border-color: #E3F384; }
span { border-color: rgb(227,243,132); }
td.TdClassName
{
border-color: #E3F384;
}
.TagClassName
{
border-color: #E3F384;
}
</style>