Shades of Tidal #E2F98E
Tints of Tidal #E2F98E
RGB
CMYK
RGB Variations
Color information
#E2F98E (or 0xE2F98E) is known color: Tidal. HEX triplet: E2, F9 and 8E. RGB value is (226,249,142). Sum of RGB (Red+Green+Blue) = 226+249+142=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F98E is #1D0671. Grayscale: #E6E6E6. Windows color (decimal): -1902194 or 9370082. OLE color: 9370082.
HSL color Cylindrical-coordinate representation of color #E2F98E: hue angle of 72.9º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2F98E is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 142 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.02 |
| HSL | 72.9º | 0.9% | 0.77% | - |
| HSV(B) | 72.9º | 0.43% | 0.98% | - |
| XYZ | 70.12 | 85.87 | 38.47 | - |
| YUV | 229.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 142 | 0.09 | 0 | 0.43 | 0.02 | 72.9 | 0.9 | 0.77 |
| Hex | E2 | F9 | 8E | 9 | 0 | 2B | 2 | 49 | 5A | 4D |
| Octal | 342 | 371 | 216 | 11 | 0 | 53 | 2 | 111 | 132 | 115 |
| Binary | 11100010 | 11111001 | 10001110 | 1001 | 0 | 101011 | 10 | 1001001 | 1011010 | 1001101 |
Color Harmonies of #E2F98E
Complementary color
Monochromatic Colors of #E2F98E
Black with #E2F98E
Text Example
Text Example
White with #E2F98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F98E; }
p { color: rgb(226,249,142); }
H1.HeaderClassName
{
color: #E2F98E;
}
.AnyTagClassName
{
color: #E2F98E;
}
</style>
background-color css
<style>
a { background-color: #E2F98E; }
a { background-color: rgb(226,249,142); }
div.DivClassName
{
background-color: #E2F98E;
}
.BgClassName
{
background-color: #E2F98E;
}
</style>
border-color css
<style>
span { border-color: #E2F98E; }
span { border-color: rgb(226,249,142); }
td.TdClassName
{
border-color: #E2F98E;
}
.TagClassName
{
border-color: #E2F98E;
}
</style>