Shades of Lemon #EDF20F
Tints of Lemon #EDF20F
RGB
CMYK
RGB Variations
Color information
#EDF20F (or 0xEDF20F) is known color: Lemon. HEX triplet: ED, F2 and 0F. RGB value is (237,242,15). Sum of RGB (Red+Green+Blue) = 237+242+15=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 15 (6.25% from 255 or 3.04% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF20F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF20F is #120DF0. Grayscale: #D7D7D7. Windows color (decimal): -1183217 or 1045229. OLE color: 1045229.
HSL color Cylindrical-coordinate representation of color #EDF20F: hue angle of 61.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF20F is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 15 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.05 |
| HSL | 61.32º | 0.9% | 0.5% | - |
| HSV(B) | 61.32º | 0.94% | 0.95% | - |
| XYZ | 66.76 | 81.54 | 12.67 | - |
| YUV | 214.63 | 15.34 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 15 | 0.02 | 0 | 0.94 | 0.05 | 61.32 | 0.9 | 0.5 |
| Hex | ED | F2 | F | 2 | 0 | 5E | 5 | 3D | 5A | 32 |
| Octal | 355 | 362 | 17 | 2 | 0 | 136 | 5 | 75 | 132 | 62 |
| Binary | 11101101 | 11110010 | 1111 | 10 | 0 | 1011110 | 101 | 111101 | 1011010 | 110010 |
Color Harmonies of #EDF20F
Complementary color
Monochromatic Colors of #EDF20F
Black with #EDF20F
Text Example
Text Example
White with #EDF20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF20F; }
p { color: rgb(237,242,15); }
H1.HeaderClassName
{
color: #EDF20F;
}
.AnyTagClassName
{
color: #EDF20F;
}
</style>
background-color css
<style>
a { background-color: #EDF20F; }
a { background-color: rgb(237,242,15); }
div.DivClassName
{
background-color: #EDF20F;
}
.BgClassName
{
background-color: #EDF20F;
}
</style>
border-color css
<style>
span { border-color: #EDF20F; }
span { border-color: rgb(237,242,15); }
td.TdClassName
{
border-color: #EDF20F;
}
.TagClassName
{
border-color: #EDF20F;
}
</style>