Shades of Lemon #EDF518
Tints of Lemon #EDF518
RGB
CMYK
RGB Variations
Color information
#EDF518 (or 0xEDF518) is known color: Lemon. HEX triplet: ED, F5 and 18. RGB value is (237,245,24). Sum of RGB (Red+Green+Blue) = 237+245+24=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 24 (9.77% from 255 or 4.74% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF518 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF518 is #120AE7. Grayscale: #DADADA. Windows color (decimal): -1182440 or 1635821. OLE color: 1635821.
HSL color Cylindrical-coordinate representation of color #EDF518: hue angle of 62.17º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF518 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 24 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.04 |
| HSL | 62.17º | 0.92% | 0.53% | - |
| HSV(B) | 62.17º | 0.9% | 0.96% | - |
| XYZ | 67.74 | 83.38 | 13.39 | - |
| YUV | 217.41 | 18.85 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 24 | 0.03 | 0 | 0.90 | 0.04 | 62.17 | 0.92 | 0.53 |
| Hex | ED | F5 | 18 | 3 | 0 | 5A | 4 | 3E | 5C | 35 |
| Octal | 355 | 365 | 30 | 3 | 0 | 132 | 4 | 76 | 134 | 65 |
| Binary | 11101101 | 11110101 | 11000 | 11 | 0 | 1011010 | 100 | 111110 | 1011100 | 110101 |
Color Harmonies of #EDF518
Complementary color
Monochromatic Colors of #EDF518
Black with #EDF518
Text Example
Text Example
White with #EDF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF518; }
p { color: rgb(237,245,24); }
H1.HeaderClassName
{
color: #EDF518;
}
.AnyTagClassName
{
color: #EDF518;
}
</style>
background-color css
<style>
a { background-color: #EDF518; }
a { background-color: rgb(237,245,24); }
div.DivClassName
{
background-color: #EDF518;
}
.BgClassName
{
background-color: #EDF518;
}
</style>
border-color css
<style>
span { border-color: #EDF518; }
span { border-color: rgb(237,245,24); }
td.TdClassName
{
border-color: #EDF518;
}
.TagClassName
{
border-color: #EDF518;
}
</style>