Shades of Lemon #EDF41C
Tints of Lemon #EDF41C
RGB
CMYK
RGB Variations
Color information
#EDF41C (or 0xEDF41C) is known color: Lemon. HEX triplet: ED, F4 and 1C. RGB value is (237,244,28). Sum of RGB (Red+Green+Blue) = 237+244+28=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF41C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF41C is #120BE3. Grayscale: #DADADA. Windows color (decimal): -1182692 or 1897709. OLE color: 1897709.
HSL color Cylindrical-coordinate representation of color #EDF41C: hue angle of 61.94º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF41C is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 28 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.04 |
| HSL | 61.94º | 0.91% | 0.53% | - |
| HSV(B) | 61.94º | 0.89% | 0.96% | - |
| XYZ | 67.49 | 82.79 | 13.52 | - |
| YUV | 217.28 | 21.18 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 28 | 0.03 | 0 | 0.89 | 0.04 | 61.94 | 0.91 | 0.53 |
| Hex | ED | F4 | 1C | 3 | 0 | 59 | 4 | 3E | 5B | 35 |
| Octal | 355 | 364 | 34 | 3 | 0 | 131 | 4 | 76 | 133 | 65 |
| Binary | 11101101 | 11110100 | 11100 | 11 | 0 | 1011001 | 100 | 111110 | 1011011 | 110101 |
Color Harmonies of #EDF41C
Complementary color
Monochromatic Colors of #EDF41C
Black with #EDF41C
Text Example
Text Example
White with #EDF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF41C; }
p { color: rgb(237,244,28); }
H1.HeaderClassName
{
color: #EDF41C;
}
.AnyTagClassName
{
color: #EDF41C;
}
</style>
background-color css
<style>
a { background-color: #EDF41C; }
a { background-color: rgb(237,244,28); }
div.DivClassName
{
background-color: #EDF41C;
}
.BgClassName
{
background-color: #EDF41C;
}
</style>
border-color css
<style>
span { border-color: #EDF41C; }
span { border-color: rgb(237,244,28); }
td.TdClassName
{
border-color: #EDF41C;
}
.TagClassName
{
border-color: #EDF41C;
}
</style>