Shades of Tidal #E2FF8B
Tints of Tidal #E2FF8B
RGB
CMYK
RGB Variations
Color information
#E2FF8B (or 0xE2FF8B) is known color: Tidal. HEX triplet: E2, FF and 8B. RGB value is (226,255,139). Sum of RGB (Red+Green+Blue) = 226+255+139=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 139 (54.69% from 255 or 22.42% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF8B is #1D0074. Grayscale: #E9E9E9. Windows color (decimal): -1900661 or 9175010. OLE color: 9175010.
HSL color Cylindrical-coordinate representation of color #E2FF8B: hue angle of 75º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2FF8B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 139 | - |
| CMYK | 0.11 | 0 | 0.45 | 0 |
| HSL | 75º | 1% | 0.77% | - |
| HSV(B) | 75º | 0.45% | 1% | - |
| XYZ | 71.78 | 89.55 | 37.93 | - |
| YUV | 233.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 139 | 0.11 | 0 | 0.45 | 0 | 75 | 1 | 0.77 |
| Hex | E2 | FF | 8B | B | 0 | 2D | 0 | 4B | 64 | 4D |
| Octal | 342 | 377 | 213 | 13 | 0 | 55 | 0 | 113 | 144 | 115 |
| Binary | 11100010 | 11111111 | 10001011 | 1011 | 0 | 101101 | 0 | 1001011 | 1100100 | 1001101 |
Color Harmonies of #E2FF8B
Complementary color
Monochromatic Colors of #E2FF8B
Black with #E2FF8B
Text Example
Text Example
White with #E2FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF8B; }
p { color: rgb(226,255,139); }
H1.HeaderClassName
{
color: #E2FF8B;
}
.AnyTagClassName
{
color: #E2FF8B;
}
</style>
background-color css
<style>
a { background-color: #E2FF8B; }
a { background-color: rgb(226,255,139); }
div.DivClassName
{
background-color: #E2FF8B;
}
.BgClassName
{
background-color: #E2FF8B;
}
</style>
border-color css
<style>
span { border-color: #E2FF8B; }
span { border-color: rgb(226,255,139); }
td.TdClassName
{
border-color: #E2FF8B;
}
.TagClassName
{
border-color: #E2FF8B;
}
</style>