Shades of Tidal #EDF98E
Tints of Tidal #EDF98E
RGB
CMYK
RGB Variations
Color information
#EDF98E (or 0xEDF98E) is known color: Tidal. HEX triplet: ED, F9 and 8E. RGB value is (237,249,142). Sum of RGB (Red+Green+Blue) = 237+249+142=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 142 (55.86% from 255 or 22.61% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF98E is #120671. Grayscale: #E9E9E9. Windows color (decimal): -1181298 or 9370093. OLE color: 9370093.
HSL color Cylindrical-coordinate representation of color #EDF98E: hue angle of 66.73º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF98E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 142 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.02 |
| HSL | 66.73º | 0.9% | 0.77% | - |
| HSV(B) | 66.73º | 0.43% | 0.98% | - |
| XYZ | 73.68 | 87.71 | 38.64 | - |
| YUV | 233.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 142 | 0.05 | 0 | 0.43 | 0.02 | 66.73 | 0.9 | 0.77 |
| Hex | ED | F9 | 8E | 5 | 0 | 2B | 2 | 43 | 5A | 4D |
| Octal | 355 | 371 | 216 | 5 | 0 | 53 | 2 | 103 | 132 | 115 |
| Binary | 11101101 | 11111001 | 10001110 | 101 | 0 | 101011 | 10 | 1000011 | 1011010 | 1001101 |
Color Harmonies of #EDF98E
Complementary color
Monochromatic Colors of #EDF98E
Black with #EDF98E
Text Example
Text Example
White with #EDF98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF98E; }
p { color: rgb(237,249,142); }
H1.HeaderClassName
{
color: #EDF98E;
}
.AnyTagClassName
{
color: #EDF98E;
}
</style>
background-color css
<style>
a { background-color: #EDF98E; }
a { background-color: rgb(237,249,142); }
div.DivClassName
{
background-color: #EDF98E;
}
.BgClassName
{
background-color: #EDF98E;
}
</style>
border-color css
<style>
span { border-color: #EDF98E; }
span { border-color: rgb(237,249,142); }
td.TdClassName
{
border-color: #EDF98E;
}
.TagClassName
{
border-color: #EDF98E;
}
</style>