Shades of Lemon #EDF718
Tints of Lemon #EDF718
RGB
CMYK
RGB Variations
Color information
#EDF718 (or 0xEDF718) is known color: Lemon. HEX triplet: ED, F7 and 18. RGB value is (237,247,24). Sum of RGB (Red+Green+Blue) = 237+247+24=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 24 (9.77% from 255 or 4.72% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF718 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF718 is #1208E7. Grayscale: #DBDBDB. Windows color (decimal): -1181928 or 1636333. OLE color: 1636333.
HSL color Cylindrical-coordinate representation of color #EDF718: hue angle of 62.69º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF718 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 24 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.03 |
| HSL | 62.69º | 0.93% | 0.53% | - |
| HSV(B) | 62.69º | 0.9% | 0.97% | - |
| XYZ | 68.35 | 84.59 | 13.59 | - |
| YUV | 218.59 | 18.19 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 24 | 0.04 | 0 | 0.90 | 0.03 | 62.69 | 0.93 | 0.53 |
| Hex | ED | F7 | 18 | 4 | 0 | 5A | 3 | 3F | 5D | 35 |
| Octal | 355 | 367 | 30 | 4 | 0 | 132 | 3 | 77 | 135 | 65 |
| Binary | 11101101 | 11110111 | 11000 | 100 | 0 | 1011010 | 11 | 111111 | 1011101 | 110101 |
Color Harmonies of #EDF718
Complementary color
Monochromatic Colors of #EDF718
Black with #EDF718
Text Example
Text Example
White with #EDF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF718; }
p { color: rgb(237,247,24); }
H1.HeaderClassName
{
color: #EDF718;
}
.AnyTagClassName
{
color: #EDF718;
}
</style>
background-color css
<style>
a { background-color: #EDF718; }
a { background-color: rgb(237,247,24); }
div.DivClassName
{
background-color: #EDF718;
}
.BgClassName
{
background-color: #EDF718;
}
</style>
border-color css
<style>
span { border-color: #EDF718; }
span { border-color: rgb(237,247,24); }
td.TdClassName
{
border-color: #EDF718;
}
.TagClassName
{
border-color: #EDF718;
}
</style>