Shades of Tidal #E2F483
Tints of Tidal #E2F483
RGB
CMYK
RGB Variations
Color information
#E2F483 (or 0xE2F483) is known color: Tidal. HEX triplet: E2, F4 and 83. RGB value is (226,244,131). Sum of RGB (Red+Green+Blue) = 226+244+131=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F483 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F483 is #1D0B7C. Grayscale: #E2E2E2. Windows color (decimal): -1903485 or 8647906. OLE color: 8647906.
HSL color Cylindrical-coordinate representation of color #E2F483: hue angle of 69.56º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2F483 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 131 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.04 |
| HSL | 69.56º | 0.84% | 0.74% | - |
| HSV(B) | 69.56º | 0.46% | 0.96% | - |
| XYZ | 67.81 | 82.51 | 33.82 | - |
| YUV | 225.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 131 | 0.07 | 0 | 0.46 | 0.04 | 69.56 | 0.84 | 0.74 |
| Hex | E2 | F4 | 83 | 7 | 0 | 2E | 4 | 46 | 54 | 4A |
| Octal | 342 | 364 | 203 | 7 | 0 | 56 | 4 | 106 | 124 | 112 |
| Binary | 11100010 | 11110100 | 10000011 | 111 | 0 | 101110 | 100 | 1000110 | 1010100 | 1001010 |
Color Harmonies of #E2F483
Complementary color
Monochromatic Colors of #E2F483
Black with #E2F483
Text Example
Text Example
White with #E2F483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F483; }
p { color: rgb(226,244,131); }
H1.HeaderClassName
{
color: #E2F483;
}
.AnyTagClassName
{
color: #E2F483;
}
</style>
background-color css
<style>
a { background-color: #E2F483; }
a { background-color: rgb(226,244,131); }
div.DivClassName
{
background-color: #E2F483;
}
.BgClassName
{
background-color: #E2F483;
}
</style>
border-color css
<style>
span { border-color: #E2F483; }
span { border-color: rgb(226,244,131); }
td.TdClassName
{
border-color: #E2F483;
}
.TagClassName
{
border-color: #E2F483;
}
</style>