Shades of Lemon #EFF11D
Tints of Lemon #EFF11D
RGB
CMYK
RGB Variations
Color information
#EFF11D (or 0xEFF11D) is known color: Lemon. HEX triplet: EF, F1 and 1D. RGB value is (239,241,29). Sum of RGB (Red+Green+Blue) = 239+241+29=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 29 (11.72% from 255 or 5.70% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF11D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF11D is #100EE2. Grayscale: #D9D9D9. Windows color (decimal): -1052387 or 1962479. OLE color: 1962479.
HSL color Cylindrical-coordinate representation of color #EFF11D: hue angle of 60.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFF11D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 29 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.05 |
| HSL | 60.57º | 0.88% | 0.53% | - |
| HSV(B) | 60.57º | 0.88% | 0.95% | - |
| XYZ | 67.27 | 81.35 | 13.32 | - |
| YUV | 216.23 | 22.34 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 29 | 0.01 | 0 | 0.88 | 0.05 | 60.57 | 0.88 | 0.53 |
| Hex | EF | F1 | 1D | 1 | 0 | 58 | 5 | 3D | 58 | 35 |
| Octal | 357 | 361 | 35 | 1 | 0 | 130 | 5 | 75 | 130 | 65 |
| Binary | 11101111 | 11110001 | 11101 | 1 | 0 | 1011000 | 101 | 111101 | 1011000 | 110101 |
Color Harmonies of #EFF11D
Complementary color
Monochromatic Colors of #EFF11D
Black with #EFF11D
Text Example
Text Example
White with #EFF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF11D; }
p { color: rgb(239,241,29); }
H1.HeaderClassName
{
color: #EFF11D;
}
.AnyTagClassName
{
color: #EFF11D;
}
</style>
background-color css
<style>
a { background-color: #EFF11D; }
a { background-color: rgb(239,241,29); }
div.DivClassName
{
background-color: #EFF11D;
}
.BgClassName
{
background-color: #EFF11D;
}
</style>
border-color css
<style>
span { border-color: #EFF11D; }
span { border-color: rgb(239,241,29); }
td.TdClassName
{
border-color: #EFF11D;
}
.TagClassName
{
border-color: #EFF11D;
}
</style>