Shades of Tidal #E8FB95
Tints of Tidal #E8FB95
RGB
CMYK
RGB Variations
Color information
#E8FB95 (or 0xE8FB95) is known color: Tidal. HEX triplet: E8, FB and 95. RGB value is (232,251,149). Sum of RGB (Red+Green+Blue) = 232+251+149=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FB95 is #17046A. Grayscale: #EAEAEA. Windows color (decimal): -1508459 or 9829352. OLE color: 9829352.
HSL color Cylindrical-coordinate representation of color #E8FB95: hue angle of 71.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8FB95 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 251 | 149 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.02 |
| HSL | 71.18º | 0.93% | 0.78% | - |
| HSV(B) | 71.18º | 0.41% | 0.98% | - |
| XYZ | 73.2 | 88.32 | 41.62 | - |
| YUV | 233.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 149 | 0.08 | 0 | 0.41 | 0.02 | 71.18 | 0.93 | 0.78 |
| Hex | E8 | FB | 95 | 8 | 0 | 29 | 2 | 47 | 5D | 4E |
| Octal | 350 | 373 | 225 | 10 | 0 | 51 | 2 | 107 | 135 | 116 |
| Binary | 11101000 | 11111011 | 10010101 | 1000 | 0 | 101001 | 10 | 1000111 | 1011101 | 1001110 |
Color Harmonies of #E8FB95
Complementary color
Monochromatic Colors of #E8FB95
Black with #E8FB95
Text Example
Text Example
White with #E8FB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FB95; }
p { color: rgb(232,251,149); }
H1.HeaderClassName
{
color: #E8FB95;
}
.AnyTagClassName
{
color: #E8FB95;
}
</style>
background-color css
<style>
a { background-color: #E8FB95; }
a { background-color: rgb(232,251,149); }
div.DivClassName
{
background-color: #E8FB95;
}
.BgClassName
{
background-color: #E8FB95;
}
</style>
border-color css
<style>
span { border-color: #E8FB95; }
span { border-color: rgb(232,251,149); }
td.TdClassName
{
border-color: #E8FB95;
}
.TagClassName
{
border-color: #E8FB95;
}
</style>