Shades of Lemon #EFF60C
Tints of Lemon #EFF60C
RGB
CMYK
RGB Variations
Color information
#EFF60C (or 0xEFF60C) is known color: Lemon. HEX triplet: EF, F6 and 0C. RGB value is (239,246,12). Sum of RGB (Red+Green+Blue) = 239+246+12=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 12 (5.08% from 255 or 2.41% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF60C is #1009F3. Grayscale: #DADADA. Windows color (decimal): -1051124 or 849647. OLE color: 849647.
HSL color Cylindrical-coordinate representation of color #EFF60C: hue angle of 61.79º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFF60C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 12 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.04 |
| HSL | 61.79º | 0.93% | 0.51% | - |
| HSV(B) | 61.79º | 0.95% | 0.96% | - |
| XYZ | 68.62 | 84.29 | 13 | - |
| YUV | 217.23 | 12.18 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 12 | 0.03 | 0 | 0.95 | 0.04 | 61.79 | 0.93 | 0.51 |
| Hex | EF | F6 | C | 3 | 0 | 5F | 4 | 3E | 5D | 33 |
| Octal | 357 | 366 | 14 | 3 | 0 | 137 | 4 | 76 | 135 | 63 |
| Binary | 11101111 | 11110110 | 1100 | 11 | 0 | 1011111 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EFF60C
Complementary color
Monochromatic Colors of #EFF60C
Black with #EFF60C
Text Example
Text Example
White with #EFF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF60C; }
p { color: rgb(239,246,12); }
H1.HeaderClassName
{
color: #EFF60C;
}
.AnyTagClassName
{
color: #EFF60C;
}
</style>
background-color css
<style>
a { background-color: #EFF60C; }
a { background-color: rgb(239,246,12); }
div.DivClassName
{
background-color: #EFF60C;
}
.BgClassName
{
background-color: #EFF60C;
}
</style>
border-color css
<style>
span { border-color: #EFF60C; }
span { border-color: rgb(239,246,12); }
td.TdClassName
{
border-color: #EFF60C;
}
.TagClassName
{
border-color: #EFF60C;
}
</style>