Shades of Lemon #EDFF21
Tints of Lemon #EDFF21
RGB
CMYK
RGB Variations
Color information
#EDFF21 (or 0xEDFF21) is known color: Lemon. HEX triplet: ED, FF and 21. RGB value is (237,255,33). Sum of RGB (Red+Green+Blue) = 237+255+33=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 33 (13.28% from 255 or 6.29% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF21 is #1200DE. Grayscale: #E1E1E1. Windows color (decimal): -1179871 or 2228205. OLE color: 2228205.
HSL color Cylindrical-coordinate representation of color #EDFF21: hue angle of 64.86º 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 #EDFF21 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 33 | - |
| CMYK | 0.07 | 0 | 0.87 | 0 |
| HSL | 64.86º | 1% | 0.56% | - |
| HSV(B) | 64.86º | 0.87% | 1% | - |
| XYZ | 70.96 | 89.63 | 15 | - |
| YUV | 224.31 | 20.04 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 33 | 0.07 | 0 | 0.87 | 0 | 64.86 | 1 | 0.56 |
| Hex | ED | FF | 21 | 7 | 0 | 57 | 0 | 41 | 64 | 38 |
| Octal | 355 | 377 | 41 | 7 | 0 | 127 | 0 | 101 | 144 | 70 |
| Binary | 11101101 | 11111111 | 100001 | 111 | 0 | 1010111 | 0 | 1000001 | 1100100 | 111000 |
Color Harmonies of #EDFF21
Complementary color
Monochromatic Colors of #EDFF21
Black with #EDFF21
Text Example
Text Example
White with #EDFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF21; }
p { color: rgb(237,255,33); }
H1.HeaderClassName
{
color: #EDFF21;
}
.AnyTagClassName
{
color: #EDFF21;
}
</style>
background-color css
<style>
a { background-color: #EDFF21; }
a { background-color: rgb(237,255,33); }
div.DivClassName
{
background-color: #EDFF21;
}
.BgClassName
{
background-color: #EDFF21;
}
</style>
border-color css
<style>
span { border-color: #EDFF21; }
span { border-color: rgb(237,255,33); }
td.TdClassName
{
border-color: #EDFF21;
}
.TagClassName
{
border-color: #EDFF21;
}
</style>