Shades of Lemon #EDF720
Tints of Lemon #EDF720
RGB
CMYK
RGB Variations
Color information
#EDF720 (or 0xEDF720) is known color: Lemon. HEX triplet: ED, F7 and 20. RGB value is (237,247,32). Sum of RGB (Red+Green+Blue) = 237+247+32=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 32 (12.89% from 255 or 6.20% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF720 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF720 is #1208DF. Grayscale: #DCDCDC. Windows color (decimal): -1181920 or 2160621. OLE color: 2160621.
HSL color Cylindrical-coordinate representation of color #EDF720: hue angle of 62.79º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDF720 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 32 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.03 |
| HSL | 62.79º | 0.93% | 0.55% | - |
| HSV(B) | 62.79º | 0.87% | 0.97% | - |
| XYZ | 68.45 | 84.63 | 14.09 | - |
| YUV | 219.5 | 22.19 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 32 | 0.04 | 0 | 0.87 | 0.03 | 62.79 | 0.93 | 0.55 |
| Hex | ED | F7 | 20 | 4 | 0 | 57 | 3 | 3F | 5D | 37 |
| Octal | 355 | 367 | 40 | 4 | 0 | 127 | 3 | 77 | 135 | 67 |
| Binary | 11101101 | 11110111 | 100000 | 100 | 0 | 1010111 | 11 | 111111 | 1011101 | 110111 |
Color Harmonies of #EDF720
Complementary color
Monochromatic Colors of #EDF720
Black with #EDF720
Text Example
Text Example
White with #EDF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF720; }
p { color: rgb(237,247,32); }
H1.HeaderClassName
{
color: #EDF720;
}
.AnyTagClassName
{
color: #EDF720;
}
</style>
background-color css
<style>
a { background-color: #EDF720; }
a { background-color: rgb(237,247,32); }
div.DivClassName
{
background-color: #EDF720;
}
.BgClassName
{
background-color: #EDF720;
}
</style>
border-color css
<style>
span { border-color: #EDF720; }
span { border-color: rgb(237,247,32); }
td.TdClassName
{
border-color: #EDF720;
}
.TagClassName
{
border-color: #EDF720;
}
</style>