Shades of Tidal #E2FA8F
Tints of Tidal #E2FA8F
RGB
CMYK
RGB Variations
Color information
#E2FA8F (or 0xE2FA8F) is known color: Tidal. HEX triplet: E2, FA and 8F. RGB value is (226,250,143). Sum of RGB (Red+Green+Blue) = 226+250+143=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA8F is #1D0570. Grayscale: #E7E7E7. Windows color (decimal): -1901937 or 9435874. OLE color: 9435874.
HSL color Cylindrical-coordinate representation of color #E2FA8F: hue angle of 73.46º degrees, saturation: 0.91, 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 #E2FA8F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 143 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.02 |
| HSL | 73.46º | 0.91% | 0.77% | - |
| HSV(B) | 73.46º | 0.43% | 0.98% | - |
| XYZ | 70.51 | 86.52 | 38.97 | - |
| YUV | 230.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 143 | 0.10 | 0 | 0.43 | 0.02 | 73.46 | 0.91 | 0.77 |
| Hex | E2 | FA | 8F | A | 0 | 2B | 2 | 49 | 5B | 4D |
| Octal | 342 | 372 | 217 | 12 | 0 | 53 | 2 | 111 | 133 | 115 |
| Binary | 11100010 | 11111010 | 10001111 | 1010 | 0 | 101011 | 10 | 1001001 | 1011011 | 1001101 |
Color Harmonies of #E2FA8F
Complementary color
Monochromatic Colors of #E2FA8F
Black with #E2FA8F
Text Example
Text Example
White with #E2FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA8F; }
p { color: rgb(226,250,143); }
H1.HeaderClassName
{
color: #E2FA8F;
}
.AnyTagClassName
{
color: #E2FA8F;
}
</style>
background-color css
<style>
a { background-color: #E2FA8F; }
a { background-color: rgb(226,250,143); }
div.DivClassName
{
background-color: #E2FA8F;
}
.BgClassName
{
background-color: #E2FA8F;
}
</style>
border-color css
<style>
span { border-color: #E2FA8F; }
span { border-color: rgb(226,250,143); }
td.TdClassName
{
border-color: #E2FA8F;
}
.TagClassName
{
border-color: #E2FA8F;
}
</style>