Shades of Tidal #E2F98B
Tints of Tidal #E2F98B
RGB
CMYK
RGB Variations
Color information
#E2F98B (or 0xE2F98B) is known color: Tidal. HEX triplet: E2, F9 and 8B. RGB value is (226,249,139). Sum of RGB (Red+Green+Blue) = 226+249+139=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F98B is #1D0674. Grayscale: #E5E5E5. Windows color (decimal): -1902197 or 9173474. OLE color: 9173474.
HSL color Cylindrical-coordinate representation of color #E2F98B: hue angle of 72.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2F98B is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 139 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.02 |
| HSL | 72.55º | 0.9% | 0.76% | - |
| HSV(B) | 72.55º | 0.44% | 0.98% | - |
| XYZ | 69.9 | 85.78 | 37.3 | - |
| YUV | 229.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 139 | 0.09 | 0 | 0.44 | 0.02 | 72.55 | 0.9 | 0.76 |
| Hex | E2 | F9 | 8B | 9 | 0 | 2C | 2 | 49 | 5A | 4C |
| Octal | 342 | 371 | 213 | 11 | 0 | 54 | 2 | 111 | 132 | 114 |
| Binary | 11100010 | 11111001 | 10001011 | 1001 | 0 | 101100 | 10 | 1001001 | 1011010 | 1001100 |
Color Harmonies of #E2F98B
Complementary color
Monochromatic Colors of #E2F98B
Black with #E2F98B
Text Example
Text Example
White with #E2F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F98B; }
p { color: rgb(226,249,139); }
H1.HeaderClassName
{
color: #E2F98B;
}
.AnyTagClassName
{
color: #E2F98B;
}
</style>
background-color css
<style>
a { background-color: #E2F98B; }
a { background-color: rgb(226,249,139); }
div.DivClassName
{
background-color: #E2F98B;
}
.BgClassName
{
background-color: #E2F98B;
}
</style>
border-color css
<style>
span { border-color: #E2F98B; }
span { border-color: rgb(226,249,139); }
td.TdClassName
{
border-color: #E2F98B;
}
.TagClassName
{
border-color: #E2F98B;
}
</style>