Shades of Lemon #EFF610
Tints of Lemon #EFF610
RGB
CMYK
RGB Variations
Color information
#EFF610 (or 0xEFF610) is known color: Lemon. HEX triplet: EF, F6 and 10. RGB value is (239,246,16). Sum of RGB (Red+Green+Blue) = 239+246+16=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 16 (6.64% from 255 or 3.19% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF610 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF610 is #1009EF. Grayscale: #DADADA. Windows color (decimal): -1051120 or 1111791. OLE color: 1111791.
HSL color Cylindrical-coordinate representation of color #EFF610: hue angle of 61.83º degrees, saturation: 0.93, 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 #EFF610 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 16 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.04 |
| HSL | 61.83º | 0.93% | 0.51% | - |
| HSV(B) | 61.83º | 0.93% | 0.96% | - |
| XYZ | 68.65 | 84.3 | 13.14 | - |
| YUV | 217.69 | 14.18 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 16 | 0.03 | 0 | 0.93 | 0.04 | 61.83 | 0.93 | 0.51 |
| Hex | EF | F6 | 10 | 3 | 0 | 5D | 4 | 3E | 5D | 33 |
| Octal | 357 | 366 | 20 | 3 | 0 | 135 | 4 | 76 | 135 | 63 |
| Binary | 11101111 | 11110110 | 10000 | 11 | 0 | 1011101 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EFF610
Complementary color
Monochromatic Colors of #EFF610
Black with #EFF610
Text Example
Text Example
White with #EFF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF610; }
p { color: rgb(239,246,16); }
H1.HeaderClassName
{
color: #EFF610;
}
.AnyTagClassName
{
color: #EFF610;
}
</style>
background-color css
<style>
a { background-color: #EFF610; }
a { background-color: rgb(239,246,16); }
div.DivClassName
{
background-color: #EFF610;
}
.BgClassName
{
background-color: #EFF610;
}
</style>
border-color css
<style>
span { border-color: #EFF610; }
span { border-color: rgb(239,246,16); }
td.TdClassName
{
border-color: #EFF610;
}
.TagClassName
{
border-color: #EFF610;
}
</style>