Shades of Tidal #E2F98C
Tints of Tidal #E2F98C
RGB
CMYK
RGB Variations
Color information
#E2F98C (or 0xE2F98C) is known color: Tidal. HEX triplet: E2, F9 and 8C. RGB value is (226,249,140). Sum of RGB (Red+Green+Blue) = 226+249+140=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F98C is #1D0673. Grayscale: #E6E6E6. Windows color (decimal): -1902196 or 9239010. OLE color: 9239010.
HSL color Cylindrical-coordinate representation of color #E2F98C: hue angle of 72.66º 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 #E2F98C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 140 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.02 |
| HSL | 72.66º | 0.9% | 0.76% | - |
| HSV(B) | 72.66º | 0.44% | 0.98% | - |
| XYZ | 69.97 | 85.81 | 37.69 | - |
| YUV | 229.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 140 | 0.09 | 0 | 0.44 | 0.02 | 72.66 | 0.9 | 0.76 |
| Hex | E2 | F9 | 8C | 9 | 0 | 2C | 2 | 49 | 5A | 4C |
| Octal | 342 | 371 | 214 | 11 | 0 | 54 | 2 | 111 | 132 | 114 |
| Binary | 11100010 | 11111001 | 10001100 | 1001 | 0 | 101100 | 10 | 1001001 | 1011010 | 1001100 |
Color Harmonies of #E2F98C
Complementary color
Monochromatic Colors of #E2F98C
Black with #E2F98C
Text Example
Text Example
White with #E2F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F98C; }
p { color: rgb(226,249,140); }
H1.HeaderClassName
{
color: #E2F98C;
}
.AnyTagClassName
{
color: #E2F98C;
}
</style>
background-color css
<style>
a { background-color: #E2F98C; }
a { background-color: rgb(226,249,140); }
div.DivClassName
{
background-color: #E2F98C;
}
.BgClassName
{
background-color: #E2F98C;
}
</style>
border-color css
<style>
span { border-color: #E2F98C; }
span { border-color: rgb(226,249,140); }
td.TdClassName
{
border-color: #E2F98C;
}
.TagClassName
{
border-color: #E2F98C;
}
</style>