Shades of Lemon #EFF005
Tints of Lemon #EFF005
RGB
CMYK
RGB Variations
Color information
#EFF005 (or 0xEFF005) is known color: Lemon. HEX triplet: EF, F0 and 05. RGB value is (239,240,5). Sum of RGB (Red+Green+Blue) = 239+240+5=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF005 is #100FFA. Grayscale: #D5D5D5. Windows color (decimal): -1052667 or 389359. OLE color: 389359.
HSL color Cylindrical-coordinate representation of color #EFF005: hue angle of 60.26º degrees, saturation: 0.96, 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 #EFF005 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 5 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.06 |
| HSL | 60.26º | 0.96% | 0.48% | - |
| HSV(B) | 60.26º | 0.98% | 0.94% | - |
| XYZ | 66.78 | 80.68 | 12.2 | - |
| YUV | 212.91 | 10.67 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 5 | 0.00 | 0 | 0.98 | 0.06 | 60.26 | 0.96 | 0.48 |
| Hex | EF | F0 | 5 | 0 | 0 | 62 | 6 | 3C | 60 | 30 |
| Octal | 357 | 360 | 5 | 0 | 0 | 142 | 6 | 74 | 140 | 60 |
| Binary | 11101111 | 11110000 | 101 | 0 | 0 | 1100010 | 110 | 111100 | 1100000 | 110000 |
Color Harmonies of #EFF005
Complementary color
Monochromatic Colors of #EFF005
Black with #EFF005
Text Example
Text Example
White with #EFF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF005; }
p { color: rgb(239,240,5); }
H1.HeaderClassName
{
color: #EFF005;
}
.AnyTagClassName
{
color: #EFF005;
}
</style>
background-color css
<style>
a { background-color: #EFF005; }
a { background-color: rgb(239,240,5); }
div.DivClassName
{
background-color: #EFF005;
}
.BgClassName
{
background-color: #EFF005;
}
</style>
border-color css
<style>
span { border-color: #EFF005; }
span { border-color: rgb(239,240,5); }
td.TdClassName
{
border-color: #EFF005;
}
.TagClassName
{
border-color: #EFF005;
}
</style>