Shades of Tidal #EBF28A
Tints of Tidal #EBF28A
RGB
CMYK
RGB Variations
Color information
#EBF28A (or 0xEBF28A) is known color: Tidal. HEX triplet: EB, F2 and 8A. RGB value is (235,242,138). Sum of RGB (Red+Green+Blue) = 235+242+138=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF28A is #140D75. Grayscale: #E4E4E4. Windows color (decimal): -1314166 or 9106155. OLE color: 9106155.
HSL color Cylindrical-coordinate representation of color #EBF28A: hue angle of 64.04º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBF28A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 138 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.05 |
| HSL | 64.04º | 0.8% | 0.75% | - |
| HSV(B) | 64.04º | 0.43% | 0.95% | - |
| XYZ | 70.6 | 83 | 36.34 | - |
| YUV | 228.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 138 | 0.03 | 0 | 0.43 | 0.05 | 64.04 | 0.8 | 0.75 |
| Hex | EB | F2 | 8A | 3 | 0 | 2B | 5 | 40 | 50 | 4B |
| Octal | 353 | 362 | 212 | 3 | 0 | 53 | 5 | 100 | 120 | 113 |
| Binary | 11101011 | 11110010 | 10001010 | 11 | 0 | 101011 | 101 | 1000000 | 1010000 | 1001011 |
Color Harmonies of #EBF28A
Complementary color
Monochromatic Colors of #EBF28A
Black with #EBF28A
Text Example
Text Example
White with #EBF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF28A; }
p { color: rgb(235,242,138); }
H1.HeaderClassName
{
color: #EBF28A;
}
.AnyTagClassName
{
color: #EBF28A;
}
</style>
background-color css
<style>
a { background-color: #EBF28A; }
a { background-color: rgb(235,242,138); }
div.DivClassName
{
background-color: #EBF28A;
}
.BgClassName
{
background-color: #EBF28A;
}
</style>
border-color css
<style>
span { border-color: #EBF28A; }
span { border-color: rgb(235,242,138); }
td.TdClassName
{
border-color: #EBF28A;
}
.TagClassName
{
border-color: #EBF28A;
}
</style>