Shades of Lemon #EFF418
Tints of Lemon #EFF418
RGB
CMYK
RGB Variations
Color information
#EFF418 (or 0xEFF418) is known color: Lemon. HEX triplet: EF, F4 and 18. RGB value is (239,244,24). Sum of RGB (Red+Green+Blue) = 239+244+24=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF418 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF418 is #100BE7. Grayscale: #DADADA. Windows color (decimal): -1051624 or 1635567. OLE color: 1635567.
HSL color Cylindrical-coordinate representation of color #EFF418: hue angle of 61.36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF418 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 24 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.04 |
| HSL | 61.36º | 0.91% | 0.53% | - |
| HSV(B) | 61.36º | 0.9% | 0.96% | - |
| XYZ | 68.11 | 83.12 | 13.32 | - |
| YUV | 217.43 | 18.84 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 24 | 0.02 | 0 | 0.90 | 0.04 | 61.36 | 0.91 | 0.53 |
| Hex | EF | F4 | 18 | 2 | 0 | 5A | 4 | 3D | 5B | 35 |
| Octal | 357 | 364 | 30 | 2 | 0 | 132 | 4 | 75 | 133 | 65 |
| Binary | 11101111 | 11110100 | 11000 | 10 | 0 | 1011010 | 100 | 111101 | 1011011 | 110101 |
Color Harmonies of #EFF418
Complementary color
Monochromatic Colors of #EFF418
Black with #EFF418
Text Example
Text Example
White with #EFF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF418; }
p { color: rgb(239,244,24); }
H1.HeaderClassName
{
color: #EFF418;
}
.AnyTagClassName
{
color: #EFF418;
}
</style>
background-color css
<style>
a { background-color: #EFF418; }
a { background-color: rgb(239,244,24); }
div.DivClassName
{
background-color: #EFF418;
}
.BgClassName
{
background-color: #EFF418;
}
</style>
border-color css
<style>
span { border-color: #EFF418; }
span { border-color: rgb(239,244,24); }
td.TdClassName
{
border-color: #EFF418;
}
.TagClassName
{
border-color: #EFF418;
}
</style>