Shades of Lemon #EDF81B
Tints of Lemon #EDF81B
RGB
CMYK
RGB Variations
Color information
#EDF81B (or 0xEDF81B) is known color: Lemon. HEX triplet: ED, F8 and 1B. RGB value is (237,248,27). Sum of RGB (Red+Green+Blue) = 237+248+27=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 27 (10.94% from 255 or 5.27% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF81B is #1207E4. Grayscale: #DCDCDC. Windows color (decimal): -1181669 or 1833197. OLE color: 1833197.
HSL color Cylindrical-coordinate representation of color #EDF81B: hue angle of 62.99º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF81B is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 27 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.03 |
| HSL | 62.99º | 0.94% | 0.54% | - |
| HSV(B) | 62.99º | 0.89% | 0.97% | - |
| XYZ | 68.69 | 85.22 | 13.87 | - |
| YUV | 219.52 | 19.36 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 27 | 0.04 | 0 | 0.89 | 0.03 | 62.99 | 0.94 | 0.54 |
| Hex | ED | F8 | 1B | 4 | 0 | 59 | 3 | 3F | 5E | 36 |
| Octal | 355 | 370 | 33 | 4 | 0 | 131 | 3 | 77 | 136 | 66 |
| Binary | 11101101 | 11111000 | 11011 | 100 | 0 | 1011001 | 11 | 111111 | 1011110 | 110110 |
Color Harmonies of #EDF81B
Complementary color
Monochromatic Colors of #EDF81B
Black with #EDF81B
Text Example
Text Example
White with #EDF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF81B; }
p { color: rgb(237,248,27); }
H1.HeaderClassName
{
color: #EDF81B;
}
.AnyTagClassName
{
color: #EDF81B;
}
</style>
background-color css
<style>
a { background-color: #EDF81B; }
a { background-color: rgb(237,248,27); }
div.DivClassName
{
background-color: #EDF81B;
}
.BgClassName
{
background-color: #EDF81B;
}
</style>
border-color css
<style>
span { border-color: #EDF81B; }
span { border-color: rgb(237,248,27); }
td.TdClassName
{
border-color: #EDF81B;
}
.TagClassName
{
border-color: #EDF81B;
}
</style>