Shades of Lemon #EFF412
Tints of Lemon #EFF412
RGB
CMYK
RGB Variations
Color information
#EFF412 (or 0xEFF412) is known color: Lemon. HEX triplet: EF, F4 and 12. RGB value is (239,244,18). Sum of RGB (Red+Green+Blue) = 239+244+18=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 18 (7.42% from 255 or 3.59% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF412 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF412 is #100BED. Grayscale: #D9D9D9. Windows color (decimal): -1051630 or 1242351. OLE color: 1242351.
HSL color Cylindrical-coordinate representation of color #EFF412: hue angle of 61.33º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFF412 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 18 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.04 |
| HSL | 61.33º | 0.91% | 0.51% | - |
| HSV(B) | 61.33º | 0.93% | 0.96% | - |
| XYZ | 68.06 | 83.1 | 13.02 | - |
| YUV | 216.74 | 15.84 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 18 | 0.02 | 0 | 0.93 | 0.04 | 61.33 | 0.91 | 0.51 |
| Hex | EF | F4 | 12 | 2 | 0 | 5D | 4 | 3D | 5B | 33 |
| Octal | 357 | 364 | 22 | 2 | 0 | 135 | 4 | 75 | 133 | 63 |
| Binary | 11101111 | 11110100 | 10010 | 10 | 0 | 1011101 | 100 | 111101 | 1011011 | 110011 |
Color Harmonies of #EFF412
Complementary color
Monochromatic Colors of #EFF412
Black with #EFF412
Text Example
Text Example
White with #EFF412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF412; }
p { color: rgb(239,244,18); }
H1.HeaderClassName
{
color: #EFF412;
}
.AnyTagClassName
{
color: #EFF412;
}
</style>
background-color css
<style>
a { background-color: #EFF412; }
a { background-color: rgb(239,244,18); }
div.DivClassName
{
background-color: #EFF412;
}
.BgClassName
{
background-color: #EFF412;
}
</style>
border-color css
<style>
span { border-color: #EFF412; }
span { border-color: rgb(239,244,18); }
td.TdClassName
{
border-color: #EFF412;
}
.TagClassName
{
border-color: #EFF412;
}
</style>