Shades of Tidal #E5F283
Tints of Tidal #E5F283
RGB
CMYK
RGB Variations
Color information
#E5F283 (or 0xE5F283) is known color: Tidal. HEX triplet: E5, F2 and 83. RGB value is (229,242,131). Sum of RGB (Red+Green+Blue) = 229+242+131=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 131 (51.56% from 255 or 21.76% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F283 is #1A0D7C. Grayscale: #E1E1E1. Windows color (decimal): -1707389 or 8647397. OLE color: 8647397.
HSL color Cylindrical-coordinate representation of color #E5F283: hue angle of 67.03º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5F283 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 131 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.05 |
| HSL | 67.03º | 0.81% | 0.73% | - |
| HSV(B) | 67.03º | 0.46% | 0.95% | - |
| XYZ | 68.16 | 81.8 | 33.67 | - |
| YUV | 225.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 131 | 0.05 | 0 | 0.46 | 0.05 | 67.03 | 0.81 | 0.73 |
| Hex | E5 | F2 | 83 | 5 | 0 | 2E | 5 | 43 | 51 | 49 |
| Octal | 345 | 362 | 203 | 5 | 0 | 56 | 5 | 103 | 121 | 111 |
| Binary | 11100101 | 11110010 | 10000011 | 101 | 0 | 101110 | 101 | 1000011 | 1010001 | 1001001 |
Color Harmonies of #E5F283
Complementary color
Monochromatic Colors of #E5F283
Black with #E5F283
Text Example
Text Example
White with #E5F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F283; }
p { color: rgb(229,242,131); }
H1.HeaderClassName
{
color: #E5F283;
}
.AnyTagClassName
{
color: #E5F283;
}
</style>
background-color css
<style>
a { background-color: #E5F283; }
a { background-color: rgb(229,242,131); }
div.DivClassName
{
background-color: #E5F283;
}
.BgClassName
{
background-color: #E5F283;
}
</style>
border-color css
<style>
span { border-color: #E5F283; }
span { border-color: rgb(229,242,131); }
td.TdClassName
{
border-color: #E5F283;
}
.TagClassName
{
border-color: #E5F283;
}
</style>