Shades of Lemon #EDFF1F
Tints of Lemon #EDFF1F
RGB
CMYK
RGB Variations
Color information
#EDFF1F (or 0xEDFF1F) is known color: Lemon. HEX triplet: ED, FF and 1F. RGB value is (237,255,31). Sum of RGB (Red+Green+Blue) = 237+255+31=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 31 (12.5% from 255 or 5.93% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF1F is #1200E0. Grayscale: #E0E0E0. Windows color (decimal): -1179873 or 2097133. OLE color: 2097133.
HSL color Cylindrical-coordinate representation of color #EDFF1F: hue angle of 64.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDFF1F is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 31 | - |
| CMYK | 0.07 | 0 | 0.88 | 0 |
| HSL | 64.82º | 1% | 0.56% | - |
| HSV(B) | 64.82º | 0.88% | 1% | - |
| XYZ | 70.93 | 89.62 | 14.86 | - |
| YUV | 224.08 | 19.04 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 31 | 0.07 | 0 | 0.88 | 0 | 64.82 | 1 | 0.56 |
| Hex | ED | FF | 1F | 7 | 0 | 58 | 0 | 41 | 64 | 38 |
| Octal | 355 | 377 | 37 | 7 | 0 | 130 | 0 | 101 | 144 | 70 |
| Binary | 11101101 | 11111111 | 11111 | 111 | 0 | 1011000 | 0 | 1000001 | 1100100 | 111000 |
Color Harmonies of #EDFF1F
Complementary color
Monochromatic Colors of #EDFF1F
Black with #EDFF1F
Text Example
Text Example
White with #EDFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF1F; }
p { color: rgb(237,255,31); }
H1.HeaderClassName
{
color: #EDFF1F;
}
.AnyTagClassName
{
color: #EDFF1F;
}
</style>
background-color css
<style>
a { background-color: #EDFF1F; }
a { background-color: rgb(237,255,31); }
div.DivClassName
{
background-color: #EDFF1F;
}
.BgClassName
{
background-color: #EDFF1F;
}
</style>
border-color css
<style>
span { border-color: #EDFF1F; }
span { border-color: rgb(237,255,31); }
td.TdClassName
{
border-color: #EDFF1F;
}
.TagClassName
{
border-color: #EDFF1F;
}
</style>