Shades of Lemon #EDF215
Tints of Lemon #EDF215
RGB
CMYK
RGB Variations
Color information
#EDF215 (or 0xEDF215) is known color: Lemon. HEX triplet: ED, F2 and 15. RGB value is (237,242,21). Sum of RGB (Red+Green+Blue) = 237+242+21=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF215 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF215 is #120DEA. Grayscale: #D8D8D8. Windows color (decimal): -1183211 or 1438445. OLE color: 1438445.
HSL color Cylindrical-coordinate representation of color #EDF215: hue angle of 61.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF215 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 21 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.05 |
| HSL | 61.36º | 0.89% | 0.52% | - |
| HSV(B) | 61.36º | 0.91% | 0.95% | - |
| XYZ | 66.81 | 81.56 | 12.93 | - |
| YUV | 215.31 | 18.34 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 21 | 0.02 | 0 | 0.91 | 0.05 | 61.36 | 0.89 | 0.52 |
| Hex | ED | F2 | 15 | 2 | 0 | 5B | 5 | 3D | 59 | 34 |
| Octal | 355 | 362 | 25 | 2 | 0 | 133 | 5 | 75 | 131 | 64 |
| Binary | 11101101 | 11110010 | 10101 | 10 | 0 | 1011011 | 101 | 111101 | 1011001 | 110100 |
Color Harmonies of #EDF215
Complementary color
Monochromatic Colors of #EDF215
Black with #EDF215
Text Example
Text Example
White with #EDF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF215; }
p { color: rgb(237,242,21); }
H1.HeaderClassName
{
color: #EDF215;
}
.AnyTagClassName
{
color: #EDF215;
}
</style>
background-color css
<style>
a { background-color: #EDF215; }
a { background-color: rgb(237,242,21); }
div.DivClassName
{
background-color: #EDF215;
}
.BgClassName
{
background-color: #EDF215;
}
</style>
border-color css
<style>
span { border-color: #EDF215; }
span { border-color: rgb(237,242,21); }
td.TdClassName
{
border-color: #EDF215;
}
.TagClassName
{
border-color: #EDF215;
}
</style>