Shades of Lemon #EFF417
Tints of Lemon #EFF417
RGB
CMYK
RGB Variations
Color information
#EFF417 (or 0xEFF417) is known color: Lemon. HEX triplet: EF, F4 and 17. RGB value is (239,244,23). Sum of RGB (Red+Green+Blue) = 239+244+23=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 23 (9.38% from 255 or 4.55% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF417 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF417 is #100BE8. Grayscale: #DADADA. Windows color (decimal): -1051625 or 1570031. OLE color: 1570031.
HSL color Cylindrical-coordinate representation of color #EFF417: hue angle of 61.36º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF417 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 23 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.04 |
| HSL | 61.36º | 0.91% | 0.52% | - |
| HSV(B) | 61.36º | 0.91% | 0.96% | - |
| XYZ | 68.1 | 83.11 | 13.26 | - |
| YUV | 217.31 | 18.34 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 23 | 0.02 | 0 | 0.91 | 0.04 | 61.36 | 0.91 | 0.52 |
| Hex | EF | F4 | 17 | 2 | 0 | 5B | 4 | 3D | 5B | 34 |
| Octal | 357 | 364 | 27 | 2 | 0 | 133 | 4 | 75 | 133 | 64 |
| Binary | 11101111 | 11110100 | 10111 | 10 | 0 | 1011011 | 100 | 111101 | 1011011 | 110100 |
Color Harmonies of #EFF417
Complementary color
Monochromatic Colors of #EFF417
Black with #EFF417
Text Example
Text Example
White with #EFF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF417; }
p { color: rgb(239,244,23); }
H1.HeaderClassName
{
color: #EFF417;
}
.AnyTagClassName
{
color: #EFF417;
}
</style>
background-color css
<style>
a { background-color: #EFF417; }
a { background-color: rgb(239,244,23); }
div.DivClassName
{
background-color: #EFF417;
}
.BgClassName
{
background-color: #EFF417;
}
</style>
border-color css
<style>
span { border-color: #EFF417; }
span { border-color: rgb(239,244,23); }
td.TdClassName
{
border-color: #EFF417;
}
.TagClassName
{
border-color: #EFF417;
}
</style>