Shades of Lemon #EFF108
Tints of Lemon #EFF108
RGB
CMYK
RGB Variations
Color information
#EFF108 (or 0xEFF108) is known color: Lemon. HEX triplet: EF, F1 and 08. RGB value is (239,241,8). Sum of RGB (Red+Green+Blue) = 239+241+8=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 8 (3.52% from 255 or 1.64% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF108 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF108 is #100EF7. Grayscale: #D6D6D6. Windows color (decimal): -1052408 or 586223. OLE color: 586223.
HSL color Cylindrical-coordinate representation of color #EFF108: hue angle of 60.52º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFF108 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 8 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.05 |
| HSL | 60.52º | 0.94% | 0.49% | - |
| HSV(B) | 60.52º | 0.97% | 0.95% | - |
| XYZ | 67.1 | 81.28 | 12.38 | - |
| YUV | 213.84 | 11.84 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 8 | 0.01 | 0 | 0.97 | 0.05 | 60.52 | 0.94 | 0.49 |
| Hex | EF | F1 | 8 | 1 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 357 | 361 | 10 | 1 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11101111 | 11110001 | 1000 | 1 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #EFF108
Complementary color
Monochromatic Colors of #EFF108
Black with #EFF108
Text Example
Text Example
White with #EFF108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF108; }
p { color: rgb(239,241,8); }
H1.HeaderClassName
{
color: #EFF108;
}
.AnyTagClassName
{
color: #EFF108;
}
</style>
background-color css
<style>
a { background-color: #EFF108; }
a { background-color: rgb(239,241,8); }
div.DivClassName
{
background-color: #EFF108;
}
.BgClassName
{
background-color: #EFF108;
}
</style>
border-color css
<style>
span { border-color: #EFF108; }
span { border-color: rgb(239,241,8); }
td.TdClassName
{
border-color: #EFF108;
}
.TagClassName
{
border-color: #EFF108;
}
</style>