Shades of Lemon #EFF60F
Tints of Lemon #EFF60F
RGB
CMYK
RGB Variations
Color information
#EFF60F (or 0xEFF60F) is known color: Lemon. HEX triplet: EF, F6 and 0F. RGB value is (239,246,15). Sum of RGB (Red+Green+Blue) = 239+246+15=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 15 (6.25% from 255 or 3% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF60F is #1009F0. Grayscale: #DADADA. Windows color (decimal): -1051121 or 1046255. OLE color: 1046255.
HSL color Cylindrical-coordinate representation of color #EFF60F: hue angle of 61.82º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF60F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.04 |
| HSL | 61.82º | 0.93% | 0.51% | - |
| HSV(B) | 61.82º | 0.94% | 0.96% | - |
| XYZ | 68.64 | 84.3 | 13.11 | - |
| YUV | 217.57 | 13.68 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 15 | 0.03 | 0 | 0.94 | 0.04 | 61.82 | 0.93 | 0.51 |
| Hex | EF | F6 | F | 3 | 0 | 5E | 4 | 3E | 5D | 33 |
| Octal | 357 | 366 | 17 | 3 | 0 | 136 | 4 | 76 | 135 | 63 |
| Binary | 11101111 | 11110110 | 1111 | 11 | 0 | 1011110 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EFF60F
Complementary color
Monochromatic Colors of #EFF60F
Black with #EFF60F
Text Example
Text Example
White with #EFF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF60F; }
p { color: rgb(239,246,15); }
H1.HeaderClassName
{
color: #EFF60F;
}
.AnyTagClassName
{
color: #EFF60F;
}
</style>
background-color css
<style>
a { background-color: #EFF60F; }
a { background-color: rgb(239,246,15); }
div.DivClassName
{
background-color: #EFF60F;
}
.BgClassName
{
background-color: #EFF60F;
}
</style>
border-color css
<style>
span { border-color: #EFF60F; }
span { border-color: rgb(239,246,15); }
td.TdClassName
{
border-color: #EFF60F;
}
.TagClassName
{
border-color: #EFF60F;
}
</style>