Shades of Tidal #EBFF83
Tints of Tidal #EBFF83
RGB
CMYK
RGB Variations
Color information
#EBFF83 (or 0xEBFF83) is known color: Tidal. HEX triplet: EB, FF and 83. RGB value is (235,255,131). Sum of RGB (Red+Green+Blue) = 235+255+131=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 131 (51.56% from 255 or 21.10% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFF83 is #14007C. Grayscale: #EBEBEB. Windows color (decimal): -1310845 or 8650731. OLE color: 8650731.
HSL color Cylindrical-coordinate representation of color #EBFF83: hue angle of 69.68º 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 #EBFF83 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 131 | - |
| CMYK | 0.08 | 0 | 0.49 | 0 |
| HSL | 69.68º | 1% | 0.76% | - |
| HSV(B) | 69.68º | 0.49% | 1% | - |
| XYZ | 74.12 | 90.82 | 35.1 | - |
| YUV | 234.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 131 | 0.08 | 0 | 0.49 | 0 | 69.68 | 1 | 0.76 |
| Hex | EB | FF | 83 | 8 | 0 | 31 | 0 | 46 | 64 | 4C |
| Octal | 353 | 377 | 203 | 10 | 0 | 61 | 0 | 106 | 144 | 114 |
| Binary | 11101011 | 11111111 | 10000011 | 1000 | 0 | 110001 | 0 | 1000110 | 1100100 | 1001100 |
Color Harmonies of #EBFF83
Complementary color
Monochromatic Colors of #EBFF83
Black with #EBFF83
Text Example
Text Example
White with #EBFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF83; }
p { color: rgb(235,255,131); }
H1.HeaderClassName
{
color: #EBFF83;
}
.AnyTagClassName
{
color: #EBFF83;
}
</style>
background-color css
<style>
a { background-color: #EBFF83; }
a { background-color: rgb(235,255,131); }
div.DivClassName
{
background-color: #EBFF83;
}
.BgClassName
{
background-color: #EBFF83;
}
</style>
border-color css
<style>
span { border-color: #EBFF83; }
span { border-color: rgb(235,255,131); }
td.TdClassName
{
border-color: #EBFF83;
}
.TagClassName
{
border-color: #EBFF83;
}
</style>