Shades of Tidal #E3F98A
Tints of Tidal #E3F98A
RGB
CMYK
RGB Variations
Color information
#E3F98A (or 0xE3F98A) is known color: Tidal. HEX triplet: E3, F9 and 8A. RGB value is (227,249,138). Sum of RGB (Red+Green+Blue) = 227+249+138=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #E3F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3F98A is #1C0675. Grayscale: #E6E6E6. Windows color (decimal): -1836662 or 9107939. OLE color: 9107939.
HSL color Cylindrical-coordinate representation of color #E3F98A: hue angle of 71.89º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3F98A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 249 | 138 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.02 |
| HSL | 71.89º | 0.9% | 0.76% | - |
| HSV(B) | 71.89º | 0.45% | 0.98% | - |
| XYZ | 70.14 | 85.92 | 36.93 | - |
| YUV | 229.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 249 | 138 | 0.09 | 0 | 0.45 | 0.02 | 71.89 | 0.9 | 0.76 |
| Hex | E3 | F9 | 8A | 9 | 0 | 2D | 2 | 48 | 5A | 4C |
| Octal | 343 | 371 | 212 | 11 | 0 | 55 | 2 | 110 | 132 | 114 |
| Binary | 11100011 | 11111001 | 10001010 | 1001 | 0 | 101101 | 10 | 1001000 | 1011010 | 1001100 |
Color Harmonies of #E3F98A
Complementary color
Monochromatic Colors of #E3F98A
Black with #E3F98A
Text Example
Text Example
White with #E3F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F98A; }
p { color: rgb(227,249,138); }
H1.HeaderClassName
{
color: #E3F98A;
}
.AnyTagClassName
{
color: #E3F98A;
}
</style>
background-color css
<style>
a { background-color: #E3F98A; }
a { background-color: rgb(227,249,138); }
div.DivClassName
{
background-color: #E3F98A;
}
.BgClassName
{
background-color: #E3F98A;
}
</style>
border-color css
<style>
span { border-color: #E3F98A; }
span { border-color: rgb(227,249,138); }
td.TdClassName
{
border-color: #E3F98A;
}
.TagClassName
{
border-color: #E3F98A;
}
</style>