Shades of Tidal #E2FF83
Tints of Tidal #E2FF83
RGB
CMYK
RGB Variations
Color information
#E2FF83 (or 0xE2FF83) is known color: Tidal. HEX triplet: E2, FF and 83. RGB value is (226,255,131). Sum of RGB (Red+Green+Blue) = 226+255+131=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FF83 is #1D007C. Grayscale: #E8E8E8. Windows color (decimal): -1900669 or 8650722. OLE color: 8650722.
HSL color Cylindrical-coordinate representation of color #E2FF83: hue angle of 74.03º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2FF83 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 131 | - |
| CMYK | 0.11 | 0 | 0.49 | 0 |
| HSL | 74.03º | 1% | 0.76% | - |
| HSV(B) | 74.03º | 0.49% | 1% | - |
| XYZ | 71.22 | 89.33 | 34.96 | - |
| YUV | 232.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 131 | 0.11 | 0 | 0.49 | 0 | 74.03 | 1 | 0.76 |
| Hex | E2 | FF | 83 | B | 0 | 31 | 0 | 4A | 64 | 4C |
| Octal | 342 | 377 | 203 | 13 | 0 | 61 | 0 | 112 | 144 | 114 |
| Binary | 11100010 | 11111111 | 10000011 | 1011 | 0 | 110001 | 0 | 1001010 | 1100100 | 1001100 |
Color Harmonies of #E2FF83
Complementary color
Monochromatic Colors of #E2FF83
Black with #E2FF83
Text Example
Text Example
White with #E2FF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF83; }
p { color: rgb(226,255,131); }
H1.HeaderClassName
{
color: #E2FF83;
}
.AnyTagClassName
{
color: #E2FF83;
}
</style>
background-color css
<style>
a { background-color: #E2FF83; }
a { background-color: rgb(226,255,131); }
div.DivClassName
{
background-color: #E2FF83;
}
.BgClassName
{
background-color: #E2FF83;
}
</style>
border-color css
<style>
span { border-color: #E2FF83; }
span { border-color: rgb(226,255,131); }
td.TdClassName
{
border-color: #E2FF83;
}
.TagClassName
{
border-color: #E2FF83;
}
</style>