Shades of Lemon #EFF40C
Tints of Lemon #EFF40C
RGB
CMYK
RGB Variations
Color information
#EFF40C (or 0xEFF40C) is known color: Lemon. HEX triplet: EF, F4 and 0C. RGB value is (239,244,12). Sum of RGB (Red+Green+Blue) = 239+244+12=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 12 (5.08% from 255 or 2.42% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF40C is #100BF3. Grayscale: #D8D8D8. Windows color (decimal): -1051636 or 849135. OLE color: 849135.
HSL color Cylindrical-coordinate representation of color #EFF40C: hue angle of 61.29º 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 #EFF40C is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 12 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.04 |
| HSL | 61.29º | 0.91% | 0.5% | - |
| HSV(B) | 61.29º | 0.95% | 0.96% | - |
| XYZ | 68.01 | 83.08 | 12.8 | - |
| YUV | 216.06 | 12.84 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 12 | 0.02 | 0 | 0.95 | 0.04 | 61.29 | 0.91 | 0.5 |
| Hex | EF | F4 | C | 2 | 0 | 5F | 4 | 3D | 5B | 32 |
| Octal | 357 | 364 | 14 | 2 | 0 | 137 | 4 | 75 | 133 | 62 |
| Binary | 11101111 | 11110100 | 1100 | 10 | 0 | 1011111 | 100 | 111101 | 1011011 | 110010 |
Color Harmonies of #EFF40C
Complementary color
Monochromatic Colors of #EFF40C
Black with #EFF40C
Text Example
Text Example
White with #EFF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF40C; }
p { color: rgb(239,244,12); }
H1.HeaderClassName
{
color: #EFF40C;
}
.AnyTagClassName
{
color: #EFF40C;
}
</style>
background-color css
<style>
a { background-color: #EFF40C; }
a { background-color: rgb(239,244,12); }
div.DivClassName
{
background-color: #EFF40C;
}
.BgClassName
{
background-color: #EFF40C;
}
</style>
border-color css
<style>
span { border-color: #EFF40C; }
span { border-color: rgb(239,244,12); }
td.TdClassName
{
border-color: #EFF40C;
}
.TagClassName
{
border-color: #EFF40C;
}
</style>