Shades of Lemon #EFF409
Tints of Lemon #EFF409
RGB
CMYK
RGB Variations
Color information
#EFF409 (or 0xEFF409) is known color: Lemon. HEX triplet: EF, F4 and 09. RGB value is (239,244,9). Sum of RGB (Red+Green+Blue) = 239+244+9=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 9 (3.91% from 255 or 1.83% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF409 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF409 is #100BF6. Grayscale: #D8D8D8. Windows color (decimal): -1051639 or 652527. OLE color: 652527.
HSL color Cylindrical-coordinate representation of color #EFF409: hue angle of 61.28º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFF409 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.04 |
| HSL | 61.28º | 0.93% | 0.5% | - |
| HSV(B) | 61.28º | 0.96% | 0.96% | - |
| XYZ | 68 | 83.07 | 12.71 | - |
| YUV | 215.72 | 11.34 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 9 | 0.02 | 0 | 0.96 | 0.04 | 61.28 | 0.93 | 0.5 |
| Hex | EF | F4 | 9 | 2 | 0 | 60 | 4 | 3D | 5D | 32 |
| Octal | 357 | 364 | 11 | 2 | 0 | 140 | 4 | 75 | 135 | 62 |
| Binary | 11101111 | 11110100 | 1001 | 10 | 0 | 1100000 | 100 | 111101 | 1011101 | 110010 |
Color Harmonies of #EFF409
Complementary color
Monochromatic Colors of #EFF409
Black with #EFF409
Text Example
Text Example
White with #EFF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF409; }
p { color: rgb(239,244,9); }
H1.HeaderClassName
{
color: #EFF409;
}
.AnyTagClassName
{
color: #EFF409;
}
</style>
background-color css
<style>
a { background-color: #EFF409; }
a { background-color: rgb(239,244,9); }
div.DivClassName
{
background-color: #EFF409;
}
.BgClassName
{
background-color: #EFF409;
}
</style>
border-color css
<style>
span { border-color: #EFF409; }
span { border-color: rgb(239,244,9); }
td.TdClassName
{
border-color: #EFF409;
}
.TagClassName
{
border-color: #EFF409;
}
</style>