Shades of Tidal #E2F883
Tints of Tidal #E2F883
RGB
CMYK
RGB Variations
Color information
#E2F883 (or 0xE2F883) is known color: Tidal. HEX triplet: E2, F8 and 83. RGB value is (226,248,131). Sum of RGB (Red+Green+Blue) = 226+248+131=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F883 is #1D077C. Grayscale: #E4E4E4. Windows color (decimal): -1902461 or 8648930. OLE color: 8648930.
HSL color Cylindrical-coordinate representation of color #E2F883: hue angle of 71.28º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2F883 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 248 | 131 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.03 |
| HSL | 71.28º | 0.89% | 0.74% | - |
| HSV(B) | 71.28º | 0.47% | 0.97% | - |
| XYZ | 69.03 | 84.94 | 34.23 | - |
| YUV | 228.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 248 | 131 | 0.09 | 0 | 0.47 | 0.03 | 71.28 | 0.89 | 0.74 |
| Hex | E2 | F8 | 83 | 9 | 0 | 2F | 3 | 47 | 59 | 4A |
| Octal | 342 | 370 | 203 | 11 | 0 | 57 | 3 | 107 | 131 | 112 |
| Binary | 11100010 | 11111000 | 10000011 | 1001 | 0 | 101111 | 11 | 1000111 | 1011001 | 1001010 |
Color Harmonies of #E2F883
Complementary color
Monochromatic Colors of #E2F883
Black with #E2F883
Text Example
Text Example
White with #E2F883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F883; }
p { color: rgb(226,248,131); }
H1.HeaderClassName
{
color: #E2F883;
}
.AnyTagClassName
{
color: #E2F883;
}
</style>
background-color css
<style>
a { background-color: #E2F883; }
a { background-color: rgb(226,248,131); }
div.DivClassName
{
background-color: #E2F883;
}
.BgClassName
{
background-color: #E2F883;
}
</style>
border-color css
<style>
span { border-color: #E2F883; }
span { border-color: rgb(226,248,131); }
td.TdClassName
{
border-color: #E2F883;
}
.TagClassName
{
border-color: #E2F883;
}
</style>