Shades of Tidal #E2FA83
Tints of Tidal #E2FA83
RGB
CMYK
RGB Variations
Color information
#E2FA83 (or 0xE2FA83) is known color: Tidal. HEX triplet: E2, FA and 83. RGB value is (226,250,131). Sum of RGB (Red+Green+Blue) = 226+250+131=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA83 is #1D057C. Grayscale: #E5E5E5. Windows color (decimal): -1901949 or 8649442. OLE color: 8649442.
HSL color Cylindrical-coordinate representation of color #E2FA83: hue angle of 72.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2FA83 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 131 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.02 |
| HSL | 72.1º | 0.92% | 0.75% | - |
| HSV(B) | 72.1º | 0.48% | 0.98% | - |
| XYZ | 69.65 | 86.18 | 34.44 | - |
| YUV | 229.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 131 | 0.10 | 0 | 0.48 | 0.02 | 72.1 | 0.92 | 0.75 |
| Hex | E2 | FA | 83 | A | 0 | 30 | 2 | 48 | 5C | 4B |
| Octal | 342 | 372 | 203 | 12 | 0 | 60 | 2 | 110 | 134 | 113 |
| Binary | 11100010 | 11111010 | 10000011 | 1010 | 0 | 110000 | 10 | 1001000 | 1011100 | 1001011 |
Color Harmonies of #E2FA83
Complementary color
Monochromatic Colors of #E2FA83
Black with #E2FA83
Text Example
Text Example
White with #E2FA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA83; }
p { color: rgb(226,250,131); }
H1.HeaderClassName
{
color: #E2FA83;
}
.AnyTagClassName
{
color: #E2FA83;
}
</style>
background-color css
<style>
a { background-color: #E2FA83; }
a { background-color: rgb(226,250,131); }
div.DivClassName
{
background-color: #E2FA83;
}
.BgClassName
{
background-color: #E2FA83;
}
</style>
border-color css
<style>
span { border-color: #E2FA83; }
span { border-color: rgb(226,250,131); }
td.TdClassName
{
border-color: #E2FA83;
}
.TagClassName
{
border-color: #E2FA83;
}
</style>