Shades of Tidal #E2F383
Tints of Tidal #E2F383
RGB
CMYK
RGB Variations
Color information
#E2F383 (or 0xE2F383) is known color: Tidal. HEX triplet: E2, F3 and 83. RGB value is (226,243,131). Sum of RGB (Red+Green+Blue) = 226+243+131=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 131 (51.56% from 255 or 21.83% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F383 is #1D0C7C. Grayscale: #E1E1E1. Windows color (decimal): -1903741 or 8647650. OLE color: 8647650.
HSL color Cylindrical-coordinate representation of color #E2F383: hue angle of 69.11º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2F383 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 131 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.05 |
| HSL | 69.11º | 0.82% | 0.73% | - |
| HSV(B) | 69.11º | 0.46% | 0.95% | - |
| XYZ | 67.51 | 81.91 | 33.72 | - |
| YUV | 225.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 131 | 0.07 | 0 | 0.46 | 0.05 | 69.11 | 0.82 | 0.73 |
| Hex | E2 | F3 | 83 | 7 | 0 | 2E | 5 | 45 | 52 | 49 |
| Octal | 342 | 363 | 203 | 7 | 0 | 56 | 5 | 105 | 122 | 111 |
| Binary | 11100010 | 11110011 | 10000011 | 111 | 0 | 101110 | 101 | 1000101 | 1010010 | 1001001 |
Color Harmonies of #E2F383
Complementary color
Monochromatic Colors of #E2F383
Black with #E2F383
Text Example
Text Example
White with #E2F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F383; }
p { color: rgb(226,243,131); }
H1.HeaderClassName
{
color: #E2F383;
}
.AnyTagClassName
{
color: #E2F383;
}
</style>
background-color css
<style>
a { background-color: #E2F383; }
a { background-color: rgb(226,243,131); }
div.DivClassName
{
background-color: #E2F383;
}
.BgClassName
{
background-color: #E2F383;
}
</style>
border-color css
<style>
span { border-color: #E2F383; }
span { border-color: rgb(226,243,131); }
td.TdClassName
{
border-color: #E2F383;
}
.TagClassName
{
border-color: #E2F383;
}
</style>