Shades of Tidal #EDFF7D
Tints of Tidal #EDFF7D
RGB
CMYK
RGB Variations
Color information
#EDFF7D (or 0xEDFF7D) is known color: Tidal. HEX triplet: ED, FF and 7D. RGB value is (237,255,125). Sum of RGB (Red+Green+Blue) = 237+255+125=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF7D is #120082. Grayscale: #EBEBEB. Windows color (decimal): -1179779 or 8257517. OLE color: 8257517.
HSL color Cylindrical-coordinate representation of color #EDFF7D: hue angle of 68.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFF7D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 125 | - |
| CMYK | 0.07 | 0 | 0.51 | 0 |
| HSL | 68.31º | 1% | 0.75% | - |
| HSV(B) | 68.31º | 0.51% | 1% | - |
| XYZ | 74.39 | 91.01 | 33.05 | - |
| YUV | 234.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 125 | 0.07 | 0 | 0.51 | 0 | 68.31 | 1 | 0.75 |
| Hex | ED | FF | 7D | 7 | 0 | 33 | 0 | 44 | 64 | 4B |
| Octal | 355 | 377 | 175 | 7 | 0 | 63 | 0 | 104 | 144 | 113 |
| Binary | 11101101 | 11111111 | 1111101 | 111 | 0 | 110011 | 0 | 1000100 | 1100100 | 1001011 |
Color Harmonies of #EDFF7D
Complementary color
Monochromatic Colors of #EDFF7D
Black with #EDFF7D
Text Example
Text Example
White with #EDFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF7D; }
p { color: rgb(237,255,125); }
H1.HeaderClassName
{
color: #EDFF7D;
}
.AnyTagClassName
{
color: #EDFF7D;
}
</style>
background-color css
<style>
a { background-color: #EDFF7D; }
a { background-color: rgb(237,255,125); }
div.DivClassName
{
background-color: #EDFF7D;
}
.BgClassName
{
background-color: #EDFF7D;
}
</style>
border-color css
<style>
span { border-color: #EDFF7D; }
span { border-color: rgb(237,255,125); }
td.TdClassName
{
border-color: #EDFF7D;
}
.TagClassName
{
border-color: #EDFF7D;
}
</style>