Shades of Tidal #E2FF8A
Tints of Tidal #E2FF8A
RGB
CMYK
RGB Variations
Color information
#E2FF8A (or 0xE2FF8A) is known color: Tidal. HEX triplet: E2, FF and 8A. RGB value is (226,255,138). Sum of RGB (Red+Green+Blue) = 226+255+138=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF8A is #1D0075. Grayscale: #E9E9E9. Windows color (decimal): -1900662 or 9109474. OLE color: 9109474.
HSL color Cylindrical-coordinate representation of color #E2FF8A: hue angle of 74.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2FF8A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 138 | - |
| CMYK | 0.11 | 0 | 0.46 | 0 |
| HSL | 74.87º | 1% | 0.77% | - |
| HSV(B) | 74.87º | 0.46% | 1% | - |
| XYZ | 71.71 | 89.52 | 37.54 | - |
| YUV | 232.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 138 | 0.11 | 0 | 0.46 | 0 | 74.87 | 1 | 0.77 |
| Hex | E2 | FF | 8A | B | 0 | 2E | 0 | 4B | 64 | 4D |
| Octal | 342 | 377 | 212 | 13 | 0 | 56 | 0 | 113 | 144 | 115 |
| Binary | 11100010 | 11111111 | 10001010 | 1011 | 0 | 101110 | 0 | 1001011 | 1100100 | 1001101 |
Color Harmonies of #E2FF8A
Complementary color
Monochromatic Colors of #E2FF8A
Black with #E2FF8A
Text Example
Text Example
White with #E2FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF8A; }
p { color: rgb(226,255,138); }
H1.HeaderClassName
{
color: #E2FF8A;
}
.AnyTagClassName
{
color: #E2FF8A;
}
</style>
background-color css
<style>
a { background-color: #E2FF8A; }
a { background-color: rgb(226,255,138); }
div.DivClassName
{
background-color: #E2FF8A;
}
.BgClassName
{
background-color: #E2FF8A;
}
</style>
border-color css
<style>
span { border-color: #E2FF8A; }
span { border-color: rgb(226,255,138); }
td.TdClassName
{
border-color: #E2FF8A;
}
.TagClassName
{
border-color: #E2FF8A;
}
</style>