Shades of Lemon #EFFD1D
Tints of Lemon #EFFD1D
RGB
CMYK
RGB Variations
Color information
#EFFD1D (or 0xEFFD1D) is known color: Lemon. HEX triplet: EF, FD and 1D. RGB value is (239,253,29). Sum of RGB (Red+Green+Blue) = 239+253+29=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 29 (11.72% from 255 or 5.57% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD1D is #1002E2. Grayscale: #E0E0E0. Windows color (decimal): -1049315 or 1965551. OLE color: 1965551.
HSL color Cylindrical-coordinate representation of color #EFFD1D: hue angle of 63.75º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFFD1D is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 29 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.01 |
| HSL | 63.75º | 0.98% | 0.55% | - |
| HSV(B) | 63.75º | 0.89% | 0.99% | - |
| XYZ | 70.94 | 88.69 | 14.54 | - |
| YUV | 223.28 | 18.36 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 29 | 0.06 | 0 | 0.89 | 0.01 | 63.75 | 0.98 | 0.55 |
| Hex | EF | FD | 1D | 6 | 0 | 59 | 1 | 40 | 62 | 37 |
| Octal | 357 | 375 | 35 | 6 | 0 | 131 | 1 | 100 | 142 | 67 |
| Binary | 11101111 | 11111101 | 11101 | 110 | 0 | 1011001 | 1 | 1000000 | 1100010 | 110111 |
Color Harmonies of #EFFD1D
Complementary color
Monochromatic Colors of #EFFD1D
Black with #EFFD1D
Text Example
Text Example
White with #EFFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFD1D; }
p { color: rgb(239,253,29); }
H1.HeaderClassName
{
color: #EFFD1D;
}
.AnyTagClassName
{
color: #EFFD1D;
}
</style>
background-color css
<style>
a { background-color: #EFFD1D; }
a { background-color: rgb(239,253,29); }
div.DivClassName
{
background-color: #EFFD1D;
}
.BgClassName
{
background-color: #EFFD1D;
}
</style>
border-color css
<style>
span { border-color: #EFFD1D; }
span { border-color: rgb(239,253,29); }
td.TdClassName
{
border-color: #EFFD1D;
}
.TagClassName
{
border-color: #EFFD1D;
}
</style>