Shades of Lemon #EFF209
Tints of Lemon #EFF209
RGB
CMYK
RGB Variations
Color information
#EFF209 (or 0xEFF209) is known color: Lemon. HEX triplet: EF, F2 and 09. RGB value is (239,242,9). Sum of RGB (Red+Green+Blue) = 239+242+9=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 9 (3.91% from 255 or 1.84% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF209 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF209 is #100DF6. Grayscale: #D7D7D7. Windows color (decimal): -1052151 or 652015. OLE color: 652015.
HSL color Cylindrical-coordinate representation of color #EFF209: hue angle of 60.77º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFF209 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.05 |
| HSL | 60.77º | 0.93% | 0.49% | - |
| HSV(B) | 60.77º | 0.96% | 0.95% | - |
| XYZ | 67.4 | 81.87 | 12.51 | - |
| YUV | 214.54 | 12.01 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 9 | 0.01 | 0 | 0.96 | 0.05 | 60.77 | 0.93 | 0.49 |
| Hex | EF | F2 | 9 | 1 | 0 | 60 | 5 | 3D | 5D | 31 |
| Octal | 357 | 362 | 11 | 1 | 0 | 140 | 5 | 75 | 135 | 61 |
| Binary | 11101111 | 11110010 | 1001 | 1 | 0 | 1100000 | 101 | 111101 | 1011101 | 110001 |
Color Harmonies of #EFF209
Complementary color
Monochromatic Colors of #EFF209
Black with #EFF209
Text Example
Text Example
White with #EFF209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF209; }
p { color: rgb(239,242,9); }
H1.HeaderClassName
{
color: #EFF209;
}
.AnyTagClassName
{
color: #EFF209;
}
</style>
background-color css
<style>
a { background-color: #EFF209; }
a { background-color: rgb(239,242,9); }
div.DivClassName
{
background-color: #EFF209;
}
.BgClassName
{
background-color: #EFF209;
}
</style>
border-color css
<style>
span { border-color: #EFF209; }
span { border-color: rgb(239,242,9); }
td.TdClassName
{
border-color: #EFF209;
}
.TagClassName
{
border-color: #EFF209;
}
</style>