Shades of Lemon #EFF006
Tints of Lemon #EFF006
RGB
CMYK
RGB Variations
Color information
#EFF006 (or 0xEFF006) is known color: Lemon. HEX triplet: EF, F0 and 06. RGB value is (239,240,6). Sum of RGB (Red+Green+Blue) = 239+240+6=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 6 (2.73% from 255 or 1.24% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF006 is #100FF9. Grayscale: #D5D5D5. Windows color (decimal): -1052666 or 454895. OLE color: 454895.
HSL color Cylindrical-coordinate representation of color #EFF006: hue angle of 60.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFF006 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 6 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.06 |
| HSL | 60.26º | 0.95% | 0.48% | - |
| HSV(B) | 60.26º | 0.98% | 0.94% | - |
| XYZ | 66.79 | 80.68 | 12.23 | - |
| YUV | 213.03 | 11.17 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 6 | 0.00 | 0 | 0.98 | 0.06 | 60.26 | 0.95 | 0.48 |
| Hex | EF | F0 | 6 | 0 | 0 | 62 | 6 | 3C | 5F | 30 |
| Octal | 357 | 360 | 6 | 0 | 0 | 142 | 6 | 74 | 137 | 60 |
| Binary | 11101111 | 11110000 | 110 | 0 | 0 | 1100010 | 110 | 111100 | 1011111 | 110000 |
Color Harmonies of #EFF006
Complementary color
Monochromatic Colors of #EFF006
Black with #EFF006
Text Example
Text Example
White with #EFF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF006; }
p { color: rgb(239,240,6); }
H1.HeaderClassName
{
color: #EFF006;
}
.AnyTagClassName
{
color: #EFF006;
}
</style>
background-color css
<style>
a { background-color: #EFF006; }
a { background-color: rgb(239,240,6); }
div.DivClassName
{
background-color: #EFF006;
}
.BgClassName
{
background-color: #EFF006;
}
</style>
border-color css
<style>
span { border-color: #EFF006; }
span { border-color: rgb(239,240,6); }
td.TdClassName
{
border-color: #EFF006;
}
.TagClassName
{
border-color: #EFF006;
}
</style>