Shades of Tidal #E3F981
Tints of Tidal #E3F981
RGB
CMYK
RGB Variations
Color information
#E3F981 (or 0xE3F981) is known color: Tidal. HEX triplet: E3, F9 and 81. RGB value is (227,249,129). Sum of RGB (Red+Green+Blue) = 227+249+129=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #E3F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F981 is #1C067E. Grayscale: #E5E5E5. Windows color (decimal): -1836671 or 8518115. OLE color: 8518115.
HSL color Cylindrical-coordinate representation of color #E3F981: hue angle of 71º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E3F981 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 249 | 129 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.02 |
| HSL | 71º | 0.91% | 0.74% | - |
| HSV(B) | 71º | 0.48% | 0.98% | - |
| XYZ | 69.52 | 85.67 | 33.64 | - |
| YUV | 228.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 249 | 129 | 0.09 | 0 | 0.48 | 0.02 | 71 | 0.91 | 0.74 |
| Hex | E3 | F9 | 81 | 9 | 0 | 30 | 2 | 47 | 5B | 4A |
| Octal | 343 | 371 | 201 | 11 | 0 | 60 | 2 | 107 | 133 | 112 |
| Binary | 11100011 | 11111001 | 10000001 | 1001 | 0 | 110000 | 10 | 1000111 | 1011011 | 1001010 |
Color Harmonies of #E3F981
Complementary color
Monochromatic Colors of #E3F981
Black with #E3F981
Text Example
Text Example
White with #E3F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F981; }
p { color: rgb(227,249,129); }
H1.HeaderClassName
{
color: #E3F981;
}
.AnyTagClassName
{
color: #E3F981;
}
</style>
background-color css
<style>
a { background-color: #E3F981; }
a { background-color: rgb(227,249,129); }
div.DivClassName
{
background-color: #E3F981;
}
.BgClassName
{
background-color: #E3F981;
}
</style>
border-color css
<style>
span { border-color: #E3F981; }
span { border-color: rgb(227,249,129); }
td.TdClassName
{
border-color: #E3F981;
}
.TagClassName
{
border-color: #E3F981;
}
</style>