Shades of Lemon #EDF212
Tints of Lemon #EDF212
RGB
CMYK
RGB Variations
Color information
#EDF212 (or 0xEDF212) is known color: Lemon. HEX triplet: ED, F2 and 12. RGB value is (237,242,18). Sum of RGB (Red+Green+Blue) = 237+242+18=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 18 (7.42% from 255 or 3.62% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF212 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF212 is #120DED. Grayscale: #D7D7D7. Windows color (decimal): -1183214 or 1241837. OLE color: 1241837.
HSL color Cylindrical-coordinate representation of color #EDF212: hue angle of 61.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF212 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 18 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.05 |
| HSL | 61.34º | 0.9% | 0.51% | - |
| HSV(B) | 61.34º | 0.93% | 0.95% | - |
| XYZ | 66.79 | 81.55 | 12.79 | - |
| YUV | 214.97 | 16.84 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 18 | 0.02 | 0 | 0.93 | 0.05 | 61.34 | 0.9 | 0.51 |
| Hex | ED | F2 | 12 | 2 | 0 | 5D | 5 | 3D | 5A | 33 |
| Octal | 355 | 362 | 22 | 2 | 0 | 135 | 5 | 75 | 132 | 63 |
| Binary | 11101101 | 11110010 | 10010 | 10 | 0 | 1011101 | 101 | 111101 | 1011010 | 110011 |
Color Harmonies of #EDF212
Complementary color
Monochromatic Colors of #EDF212
Black with #EDF212
Text Example
Text Example
White with #EDF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF212; }
p { color: rgb(237,242,18); }
H1.HeaderClassName
{
color: #EDF212;
}
.AnyTagClassName
{
color: #EDF212;
}
</style>
background-color css
<style>
a { background-color: #EDF212; }
a { background-color: rgb(237,242,18); }
div.DivClassName
{
background-color: #EDF212;
}
.BgClassName
{
background-color: #EDF212;
}
</style>
border-color css
<style>
span { border-color: #EDF212; }
span { border-color: rgb(237,242,18); }
td.TdClassName
{
border-color: #EDF212;
}
.TagClassName
{
border-color: #EDF212;
}
</style>