Shades of Lemon #EFF40D
Tints of Lemon #EFF40D
RGB
CMYK
RGB Variations
Color information
#EFF40D (or 0xEFF40D) is known color: Lemon. HEX triplet: EF, F4 and 0D. RGB value is (239,244,13). Sum of RGB (Red+Green+Blue) = 239+244+13=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 13 (5.47% from 255 or 2.62% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF40D is #100BF2. Grayscale: #D9D9D9. Windows color (decimal): -1051635 or 914671. OLE color: 914671.
HSL color Cylindrical-coordinate representation of color #EFF40D: hue angle of 61.3º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF40D is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 13 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.04 |
| HSL | 61.3º | 0.91% | 0.5% | - |
| HSV(B) | 61.3º | 0.95% | 0.96% | - |
| XYZ | 68.02 | 83.08 | 12.83 | - |
| YUV | 216.17 | 13.34 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 13 | 0.02 | 0 | 0.95 | 0.04 | 61.3 | 0.91 | 0.5 |
| Hex | EF | F4 | D | 2 | 0 | 5F | 4 | 3D | 5B | 32 |
| Octal | 357 | 364 | 15 | 2 | 0 | 137 | 4 | 75 | 133 | 62 |
| Binary | 11101111 | 11110100 | 1101 | 10 | 0 | 1011111 | 100 | 111101 | 1011011 | 110010 |
Color Harmonies of #EFF40D
Complementary color
Monochromatic Colors of #EFF40D
Black with #EFF40D
Text Example
Text Example
White with #EFF40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF40D; }
p { color: rgb(239,244,13); }
H1.HeaderClassName
{
color: #EFF40D;
}
.AnyTagClassName
{
color: #EFF40D;
}
</style>
background-color css
<style>
a { background-color: #EFF40D; }
a { background-color: rgb(239,244,13); }
div.DivClassName
{
background-color: #EFF40D;
}
.BgClassName
{
background-color: #EFF40D;
}
</style>
border-color css
<style>
span { border-color: #EFF40D; }
span { border-color: rgb(239,244,13); }
td.TdClassName
{
border-color: #EFF40D;
}
.TagClassName
{
border-color: #EFF40D;
}
</style>