Shades of Tidal #EBF282
Tints of Tidal #EBF282
RGB
CMYK
RGB Variations
Color information
#EBF282 (or 0xEBF282) is known color: Tidal. HEX triplet: EB, F2 and 82. RGB value is (235,242,130). Sum of RGB (Red+Green+Blue) = 235+242+130=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF282 is #140D7D. Grayscale: #E3E3E3. Windows color (decimal): -1314174 or 8581867. OLE color: 8581867.
HSL color Cylindrical-coordinate representation of color #EBF282: hue angle of 63.75º 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 #EBF282 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 130 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.05 |
| HSL | 63.75º | 0.81% | 0.73% | - |
| HSV(B) | 63.75º | 0.46% | 0.95% | - |
| XYZ | 70.04 | 82.78 | 33.41 | - |
| YUV | 227.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 130 | 0.03 | 0 | 0.46 | 0.05 | 63.75 | 0.81 | 0.73 |
| Hex | EB | F2 | 82 | 3 | 0 | 2E | 5 | 40 | 51 | 49 |
| Octal | 353 | 362 | 202 | 3 | 0 | 56 | 5 | 100 | 121 | 111 |
| Binary | 11101011 | 11110010 | 10000010 | 11 | 0 | 101110 | 101 | 1000000 | 1010001 | 1001001 |
Color Harmonies of #EBF282
Complementary color
Monochromatic Colors of #EBF282
Black with #EBF282
Text Example
Text Example
White with #EBF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF282; }
p { color: rgb(235,242,130); }
H1.HeaderClassName
{
color: #EBF282;
}
.AnyTagClassName
{
color: #EBF282;
}
</style>
background-color css
<style>
a { background-color: #EBF282; }
a { background-color: rgb(235,242,130); }
div.DivClassName
{
background-color: #EBF282;
}
.BgClassName
{
background-color: #EBF282;
}
</style>
border-color css
<style>
span { border-color: #EBF282; }
span { border-color: rgb(235,242,130); }
td.TdClassName
{
border-color: #EBF282;
}
.TagClassName
{
border-color: #EBF282;
}
</style>