Shades of Tidal #EBF28D
Tints of Tidal #EBF28D
RGB
CMYK
RGB Variations
Color information
#EBF28D (or 0xEBF28D) is known color: Tidal. HEX triplet: EB, F2 and 8D. RGB value is (235,242,141). Sum of RGB (Red+Green+Blue) = 235+242+141=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF28D is #140D72. Grayscale: #E4E4E4. Windows color (decimal): -1314163 or 9302763. OLE color: 9302763.
HSL color Cylindrical-coordinate representation of color #EBF28D: hue angle of 64.16º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBF28D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 141 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.05 |
| HSL | 64.16º | 0.8% | 0.75% | - |
| HSV(B) | 64.16º | 0.42% | 0.95% | - |
| XYZ | 70.82 | 83.09 | 37.5 | - |
| YUV | 228.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 141 | 0.03 | 0 | 0.42 | 0.05 | 64.16 | 0.8 | 0.75 |
| Hex | EB | F2 | 8D | 3 | 0 | 2A | 5 | 40 | 50 | 4B |
| Octal | 353 | 362 | 215 | 3 | 0 | 52 | 5 | 100 | 120 | 113 |
| Binary | 11101011 | 11110010 | 10001101 | 11 | 0 | 101010 | 101 | 1000000 | 1010000 | 1001011 |
Color Harmonies of #EBF28D
Complementary color
Monochromatic Colors of #EBF28D
Black with #EBF28D
Text Example
Text Example
White with #EBF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF28D; }
p { color: rgb(235,242,141); }
H1.HeaderClassName
{
color: #EBF28D;
}
.AnyTagClassName
{
color: #EBF28D;
}
</style>
background-color css
<style>
a { background-color: #EBF28D; }
a { background-color: rgb(235,242,141); }
div.DivClassName
{
background-color: #EBF28D;
}
.BgClassName
{
background-color: #EBF28D;
}
</style>
border-color css
<style>
span { border-color: #EBF28D; }
span { border-color: rgb(235,242,141); }
td.TdClassName
{
border-color: #EBF28D;
}
.TagClassName
{
border-color: #EBF28D;
}
</style>