Shades of Tidal #E5FE85
Tints of Tidal #E5FE85
RGB
CMYK
RGB Variations
Color information
#E5FE85 (or 0xE5FE85) is known color: Tidal. HEX triplet: E5, FE and 85. RGB value is (229,254,133). Sum of RGB (Red+Green+Blue) = 229+254+133=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FE85 is #1A017A. Grayscale: #E9E9E9. Windows color (decimal): -1704315 or 8781541. OLE color: 8781541.
HSL color Cylindrical-coordinate representation of color #E5FE85: hue angle of 72.4º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5FE85 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 254 | 133 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.00 |
| HSL | 72.4º | 0.98% | 0.76% | - |
| HSV(B) | 72.4º | 0.48% | 1% | - |
| XYZ | 71.99 | 89.24 | 35.62 | - |
| YUV | 232.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 254 | 133 | 0.10 | 0 | 0.48 | 0.00 | 72.4 | 0.98 | 0.76 |
| Hex | E5 | FE | 85 | A | 0 | 30 | 0 | 48 | 62 | 4C |
| Octal | 345 | 376 | 205 | 12 | 0 | 60 | 0 | 110 | 142 | 114 |
| Binary | 11100101 | 11111110 | 10000101 | 1010 | 0 | 110000 | 0 | 1001000 | 1100010 | 1001100 |
Color Harmonies of #E5FE85
Complementary color
Monochromatic Colors of #E5FE85
Black with #E5FE85
Text Example
Text Example
White with #E5FE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FE85; }
p { color: rgb(229,254,133); }
H1.HeaderClassName
{
color: #E5FE85;
}
.AnyTagClassName
{
color: #E5FE85;
}
</style>
background-color css
<style>
a { background-color: #E5FE85; }
a { background-color: rgb(229,254,133); }
div.DivClassName
{
background-color: #E5FE85;
}
.BgClassName
{
background-color: #E5FE85;
}
</style>
border-color css
<style>
span { border-color: #E5FE85; }
span { border-color: rgb(229,254,133); }
td.TdClassName
{
border-color: #E5FE85;
}
.TagClassName
{
border-color: #E5FE85;
}
</style>