Shades of Tidal #EDFB94
Tints of Tidal #EDFB94
RGB
CMYK
RGB Variations
Color information
#EDFB94 (or 0xEDFB94) is known color: Tidal. HEX triplet: ED, FB and 94. RGB value is (237,251,148). Sum of RGB (Red+Green+Blue) = 237+251+148=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB94 is #12046B. Grayscale: #EBEBEB. Windows color (decimal): -1180780 or 9763821. OLE color: 9763821.
HSL color Cylindrical-coordinate representation of color #EDFB94: hue angle of 68.16º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDFB94 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 148 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.02 |
| HSL | 68.16º | 0.93% | 0.78% | - |
| HSV(B) | 68.16º | 0.41% | 0.98% | - |
| XYZ | 74.77 | 89.14 | 41.28 | - |
| YUV | 235.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 148 | 0.06 | 0 | 0.41 | 0.02 | 68.16 | 0.93 | 0.78 |
| Hex | ED | FB | 94 | 6 | 0 | 29 | 2 | 44 | 5D | 4E |
| Octal | 355 | 373 | 224 | 6 | 0 | 51 | 2 | 104 | 135 | 116 |
| Binary | 11101101 | 11111011 | 10010100 | 110 | 0 | 101001 | 10 | 1000100 | 1011101 | 1001110 |
Color Harmonies of #EDFB94
Complementary color
Monochromatic Colors of #EDFB94
Black with #EDFB94
Text Example
Text Example
White with #EDFB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB94; }
p { color: rgb(237,251,148); }
H1.HeaderClassName
{
color: #EDFB94;
}
.AnyTagClassName
{
color: #EDFB94;
}
</style>
background-color css
<style>
a { background-color: #EDFB94; }
a { background-color: rgb(237,251,148); }
div.DivClassName
{
background-color: #EDFB94;
}
.BgClassName
{
background-color: #EDFB94;
}
</style>
border-color css
<style>
span { border-color: #EDFB94; }
span { border-color: rgb(237,251,148); }
td.TdClassName
{
border-color: #EDFB94;
}
.TagClassName
{
border-color: #EDFB94;
}
</style>