Shades of Lemon #EDFF24
Tints of Lemon #EDFF24
RGB
CMYK
RGB Variations
Color information
#EDFF24 (or 0xEDFF24) is known color: Lemon. HEX triplet: ED, FF and 24. RGB value is (237,255,36). Sum of RGB (Red+Green+Blue) = 237+255+36=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 36 (14.45% from 255 or 6.82% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF24 is #1200DB. Grayscale: #E1E1E1. Windows color (decimal): -1179868 or 2424813. OLE color: 2424813.
HSL color Cylindrical-coordinate representation of color #EDFF24: hue angle of 64.93º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDFF24 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 36 | - |
| CMYK | 0.07 | 0 | 0.86 | 0 |
| HSL | 64.93º | 1% | 0.57% | - |
| HSV(B) | 64.93º | 0.86% | 1% | - |
| XYZ | 71 | 89.65 | 15.23 | - |
| YUV | 224.65 | 21.54 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 36 | 0.07 | 0 | 0.86 | 0 | 64.93 | 1 | 0.57 |
| Hex | ED | FF | 24 | 7 | 0 | 56 | 0 | 41 | 64 | 39 |
| Octal | 355 | 377 | 44 | 7 | 0 | 126 | 0 | 101 | 144 | 71 |
| Binary | 11101101 | 11111111 | 100100 | 111 | 0 | 1010110 | 0 | 1000001 | 1100100 | 111001 |
Color Harmonies of #EDFF24
Complementary color
Monochromatic Colors of #EDFF24
Black with #EDFF24
Text Example
Text Example
White with #EDFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF24; }
p { color: rgb(237,255,36); }
H1.HeaderClassName
{
color: #EDFF24;
}
.AnyTagClassName
{
color: #EDFF24;
}
</style>
background-color css
<style>
a { background-color: #EDFF24; }
a { background-color: rgb(237,255,36); }
div.DivClassName
{
background-color: #EDFF24;
}
.BgClassName
{
background-color: #EDFF24;
}
</style>
border-color css
<style>
span { border-color: #EDFF24; }
span { border-color: rgb(237,255,36); }
td.TdClassName
{
border-color: #EDFF24;
}
.TagClassName
{
border-color: #EDFF24;
}
</style>