Shades of Tidal #EBF68D
Tints of Tidal #EBF68D
RGB
CMYK
RGB Variations
Color information
#EBF68D (or 0xEBF68D) is known color: Tidal. HEX triplet: EB, F6 and 8D. RGB value is (235,246,141). Sum of RGB (Red+Green+Blue) = 235+246+141=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF68D is #140972. Grayscale: #E7E7E7. Windows color (decimal): -1313139 or 9303787. OLE color: 9303787.
HSL color Cylindrical-coordinate representation of color #EBF68D: hue angle of 66.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBF68D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 141 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.04 |
| HSL | 66.29º | 0.85% | 0.76% | - |
| HSV(B) | 66.29º | 0.43% | 0.96% | - |
| XYZ | 72.02 | 85.5 | 37.91 | - |
| YUV | 230.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 141 | 0.04 | 0 | 0.43 | 0.04 | 66.29 | 0.85 | 0.76 |
| Hex | EB | F6 | 8D | 4 | 0 | 2B | 4 | 42 | 55 | 4C |
| Octal | 353 | 366 | 215 | 4 | 0 | 53 | 4 | 102 | 125 | 114 |
| Binary | 11101011 | 11110110 | 10001101 | 100 | 0 | 101011 | 100 | 1000010 | 1010101 | 1001100 |
Color Harmonies of #EBF68D
Complementary color
Monochromatic Colors of #EBF68D
Black with #EBF68D
Text Example
Text Example
White with #EBF68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF68D; }
p { color: rgb(235,246,141); }
H1.HeaderClassName
{
color: #EBF68D;
}
.AnyTagClassName
{
color: #EBF68D;
}
</style>
background-color css
<style>
a { background-color: #EBF68D; }
a { background-color: rgb(235,246,141); }
div.DivClassName
{
background-color: #EBF68D;
}
.BgClassName
{
background-color: #EBF68D;
}
</style>
border-color css
<style>
span { border-color: #EBF68D; }
span { border-color: rgb(235,246,141); }
td.TdClassName
{
border-color: #EBF68D;
}
.TagClassName
{
border-color: #EBF68D;
}
</style>