Shades of Lemon #EDFF20
Tints of Lemon #EDFF20
RGB
CMYK
RGB Variations
Color information
#EDFF20 (or 0xEDFF20) is known color: Lemon. HEX triplet: ED, FF and 20. RGB value is (237,255,32). Sum of RGB (Red+Green+Blue) = 237+255+32=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 32 (12.89% from 255 or 6.11% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF20 is #1200DF. Grayscale: #E1E1E1. Windows color (decimal): -1179872 or 2162669. OLE color: 2162669.
HSL color Cylindrical-coordinate representation of color #EDFF20: hue angle of 64.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDFF20 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 32 | - |
| CMYK | 0.07 | 0 | 0.87 | 0 |
| HSL | 64.84º | 1% | 0.56% | - |
| HSV(B) | 64.84º | 0.87% | 1% | - |
| XYZ | 70.95 | 89.63 | 14.93 | - |
| YUV | 224.2 | 19.54 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 32 | 0.07 | 0 | 0.87 | 0 | 64.84 | 1 | 0.56 |
| Hex | ED | FF | 20 | 7 | 0 | 57 | 0 | 41 | 64 | 38 |
| Octal | 355 | 377 | 40 | 7 | 0 | 127 | 0 | 101 | 144 | 70 |
| Binary | 11101101 | 11111111 | 100000 | 111 | 0 | 1010111 | 0 | 1000001 | 1100100 | 111000 |
Color Harmonies of #EDFF20
Complementary color
Monochromatic Colors of #EDFF20
Black with #EDFF20
Text Example
Text Example
White with #EDFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF20; }
p { color: rgb(237,255,32); }
H1.HeaderClassName
{
color: #EDFF20;
}
.AnyTagClassName
{
color: #EDFF20;
}
</style>
background-color css
<style>
a { background-color: #EDFF20; }
a { background-color: rgb(237,255,32); }
div.DivClassName
{
background-color: #EDFF20;
}
.BgClassName
{
background-color: #EDFF20;
}
</style>
border-color css
<style>
span { border-color: #EDFF20; }
span { border-color: rgb(237,255,32); }
td.TdClassName
{
border-color: #EDFF20;
}
.TagClassName
{
border-color: #EDFF20;
}
</style>