Shades of Tidal #E6FB88
Tints of Tidal #E6FB88
RGB
CMYK
RGB Variations
Color information
#E6FB88 (or 0xE6FB88) is known color: Tidal. HEX triplet: E6, FB and 88. RGB value is (230,251,136). Sum of RGB (Red+Green+Blue) = 230+251+136=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FB88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FB88 is #190477. Grayscale: #E8E8E8. Windows color (decimal): -1639544 or 8977382. OLE color: 8977382.
HSL color Cylindrical-coordinate representation of color #E6FB88: hue angle of 70.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6FB88 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 136 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.02 |
| HSL | 70.96º | 0.93% | 0.76% | - |
| HSV(B) | 70.96º | 0.46% | 0.98% | - |
| XYZ | 71.57 | 87.59 | 36.43 | - |
| YUV | 231.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 136 | 0.08 | 0 | 0.46 | 0.02 | 70.96 | 0.93 | 0.76 |
| Hex | E6 | FB | 88 | 8 | 0 | 2E | 2 | 47 | 5D | 4C |
| Octal | 346 | 373 | 210 | 10 | 0 | 56 | 2 | 107 | 135 | 114 |
| Binary | 11100110 | 11111011 | 10001000 | 1000 | 0 | 101110 | 10 | 1000111 | 1011101 | 1001100 |
Color Harmonies of #E6FB88
Complementary color
Monochromatic Colors of #E6FB88
Black with #E6FB88
Text Example
Text Example
White with #E6FB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FB88; }
p { color: rgb(230,251,136); }
H1.HeaderClassName
{
color: #E6FB88;
}
.AnyTagClassName
{
color: #E6FB88;
}
</style>
background-color css
<style>
a { background-color: #E6FB88; }
a { background-color: rgb(230,251,136); }
div.DivClassName
{
background-color: #E6FB88;
}
.BgClassName
{
background-color: #E6FB88;
}
</style>
border-color css
<style>
span { border-color: #E6FB88; }
span { border-color: rgb(230,251,136); }
td.TdClassName
{
border-color: #E6FB88;
}
.TagClassName
{
border-color: #E6FB88;
}
</style>