Shades of Tidal #EDFE7D
Tints of Tidal #EDFE7D
RGB
CMYK
RGB Variations
Color information
#EDFE7D (or 0xEDFE7D) is known color: Tidal. HEX triplet: ED, FE and 7D. RGB value is (237,254,125). Sum of RGB (Red+Green+Blue) = 237+254+125=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 125 (49.22% from 255 or 20.29% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE7D is #120182. Grayscale: #EAEAEA. Windows color (decimal): -1180035 or 8257261. OLE color: 8257261.
HSL color Cylindrical-coordinate representation of color #EDFE7D: hue angle of 67.91º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFE7D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 125 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.00 |
| HSL | 67.91º | 0.98% | 0.74% | - |
| HSV(B) | 67.91º | 0.51% | 1% | - |
| XYZ | 74.07 | 90.37 | 32.94 | - |
| YUV | 234.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 125 | 0.07 | 0 | 0.51 | 0.00 | 67.91 | 0.98 | 0.74 |
| Hex | ED | FE | 7D | 7 | 0 | 33 | 0 | 44 | 62 | 4A |
| Octal | 355 | 376 | 175 | 7 | 0 | 63 | 0 | 104 | 142 | 112 |
| Binary | 11101101 | 11111110 | 1111101 | 111 | 0 | 110011 | 0 | 1000100 | 1100010 | 1001010 |
Color Harmonies of #EDFE7D
Complementary color
Monochromatic Colors of #EDFE7D
Black with #EDFE7D
Text Example
Text Example
White with #EDFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE7D; }
p { color: rgb(237,254,125); }
H1.HeaderClassName
{
color: #EDFE7D;
}
.AnyTagClassName
{
color: #EDFE7D;
}
</style>
background-color css
<style>
a { background-color: #EDFE7D; }
a { background-color: rgb(237,254,125); }
div.DivClassName
{
background-color: #EDFE7D;
}
.BgClassName
{
background-color: #EDFE7D;
}
</style>
border-color css
<style>
span { border-color: #EDFE7D; }
span { border-color: rgb(237,254,125); }
td.TdClassName
{
border-color: #EDFE7D;
}
.TagClassName
{
border-color: #EDFE7D;
}
</style>