Shades of Tidal #E3F382
Tints of Tidal #E3F382
RGB
CMYK
RGB Variations
Color information
#E3F382 (or 0xE3F382) is known color: Tidal. HEX triplet: E3, F3 and 82. RGB value is (227,243,130). Sum of RGB (Red+Green+Blue) = 227+243+130=600 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.83% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 130 (51.17% from 255 or 21.67% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #E3F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F382 is #1C0C7D. Grayscale: #E1E1E1. Windows color (decimal): -1838206 or 8582115. OLE color: 8582115.
HSL color Cylindrical-coordinate representation of color #E3F382: hue angle of 68.5º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E3F382 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 243 | 130 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.05 |
| HSL | 68.5º | 0.82% | 0.73% | - |
| HSV(B) | 68.5º | 0.47% | 0.95% | - |
| XYZ | 67.76 | 82.04 | 33.38 | - |
| YUV | 225.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 243 | 130 | 0.07 | 0 | 0.47 | 0.05 | 68.5 | 0.82 | 0.73 |
| Hex | E3 | F3 | 82 | 7 | 0 | 2F | 5 | 44 | 52 | 49 |
| Octal | 343 | 363 | 202 | 7 | 0 | 57 | 5 | 104 | 122 | 111 |
| Binary | 11100011 | 11110011 | 10000010 | 111 | 0 | 101111 | 101 | 1000100 | 1010010 | 1001001 |
Color Harmonies of #E3F382
Complementary color
Monochromatic Colors of #E3F382
Black with #E3F382
Text Example
Text Example
White with #E3F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F382; }
p { color: rgb(227,243,130); }
H1.HeaderClassName
{
color: #E3F382;
}
.AnyTagClassName
{
color: #E3F382;
}
</style>
background-color css
<style>
a { background-color: #E3F382; }
a { background-color: rgb(227,243,130); }
div.DivClassName
{
background-color: #E3F382;
}
.BgClassName
{
background-color: #E3F382;
}
</style>
border-color css
<style>
span { border-color: #E3F382; }
span { border-color: rgb(227,243,130); }
td.TdClassName
{
border-color: #E3F382;
}
.TagClassName
{
border-color: #E3F382;
}
</style>