Shades of Tidal #E0FB8A
Tints of Tidal #E0FB8A
RGB
CMYK
RGB Variations
Color information
#E0FB8A (or 0xE0FB8A) is known color: Tidal. HEX triplet: E0, FB and 8A. RGB value is (224,251,138). Sum of RGB (Red+Green+Blue) = 224+251+138=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FB8A is #1F0475. Grayscale: #E6E6E6. Windows color (decimal): -2032758 or 9108448. OLE color: 9108448.
HSL color Cylindrical-coordinate representation of color #E0FB8A: hue angle of 74.34º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0FB8A is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 138 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.02 |
| HSL | 74.34º | 0.93% | 0.76% | - |
| HSV(B) | 74.34º | 0.45% | 0.98% | - |
| XYZ | 69.83 | 86.68 | 37.09 | - |
| YUV | 230.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 138 | 0.11 | 0 | 0.45 | 0.02 | 74.34 | 0.93 | 0.76 |
| Hex | E0 | FB | 8A | B | 0 | 2D | 2 | 4A | 5D | 4C |
| Octal | 340 | 373 | 212 | 13 | 0 | 55 | 2 | 112 | 135 | 114 |
| Binary | 11100000 | 11111011 | 10001010 | 1011 | 0 | 101101 | 10 | 1001010 | 1011101 | 1001100 |
Color Harmonies of #E0FB8A
Complementary color
Monochromatic Colors of #E0FB8A
Black with #E0FB8A
Text Example
Text Example
White with #E0FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FB8A; }
p { color: rgb(224,251,138); }
H1.HeaderClassName
{
color: #E0FB8A;
}
.AnyTagClassName
{
color: #E0FB8A;
}
</style>
background-color css
<style>
a { background-color: #E0FB8A; }
a { background-color: rgb(224,251,138); }
div.DivClassName
{
background-color: #E0FB8A;
}
.BgClassName
{
background-color: #E0FB8A;
}
</style>
border-color css
<style>
span { border-color: #E0FB8A; }
span { border-color: rgb(224,251,138); }
td.TdClassName
{
border-color: #E0FB8A;
}
.TagClassName
{
border-color: #E0FB8A;
}
</style>