Shades of Lemon #EDF21D
Tints of Lemon #EDF21D
RGB
CMYK
RGB Variations
Color information
#EDF21D (or 0xEDF21D) is known color: Lemon. HEX triplet: ED, F2 and 1D. RGB value is (237,242,29). Sum of RGB (Red+Green+Blue) = 237+242+29=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF21D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF21D is #120DE2. Grayscale: #D9D9D9. Windows color (decimal): -1183203 or 1962733. OLE color: 1962733.
HSL color Cylindrical-coordinate representation of color #EDF21D: hue angle of 61.41º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDF21D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.05 |
| HSL | 61.41º | 0.89% | 0.53% | - |
| HSV(B) | 61.41º | 0.88% | 0.95% | - |
| XYZ | 66.9 | 81.6 | 13.39 | - |
| YUV | 216.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 29 | 0.02 | 0 | 0.88 | 0.05 | 61.41 | 0.89 | 0.53 |
| Hex | ED | F2 | 1D | 2 | 0 | 58 | 5 | 3D | 59 | 35 |
| Octal | 355 | 362 | 35 | 2 | 0 | 130 | 5 | 75 | 131 | 65 |
| Binary | 11101101 | 11110010 | 11101 | 10 | 0 | 1011000 | 101 | 111101 | 1011001 | 110101 |
Color Harmonies of #EDF21D
Complementary color
Monochromatic Colors of #EDF21D
Black with #EDF21D
Text Example
Text Example
White with #EDF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF21D; }
p { color: rgb(237,242,29); }
H1.HeaderClassName
{
color: #EDF21D;
}
.AnyTagClassName
{
color: #EDF21D;
}
</style>
background-color css
<style>
a { background-color: #EDF21D; }
a { background-color: rgb(237,242,29); }
div.DivClassName
{
background-color: #EDF21D;
}
.BgClassName
{
background-color: #EDF21D;
}
</style>
border-color css
<style>
span { border-color: #EDF21D; }
span { border-color: rgb(237,242,29); }
td.TdClassName
{
border-color: #EDF21D;
}
.TagClassName
{
border-color: #EDF21D;
}
</style>