Shades of Lemon #EFF91A
Tints of Lemon #EFF91A
RGB
CMYK
RGB Variations
Color information
#EFF91A (or 0xEFF91A) is known color: Lemon. HEX triplet: EF, F9 and 1A. RGB value is (239,249,26). Sum of RGB (Red+Green+Blue) = 239+249+26=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 26 (10.55% from 255 or 5.06% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF91A is #1006E5. Grayscale: #DDDDDD. Windows color (decimal): -1050342 or 1767919. OLE color: 1767919.
HSL color Cylindrical-coordinate representation of color #EFF91A: hue angle of 62.69º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF91A is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 26 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.02 |
| HSL | 62.69º | 0.95% | 0.54% | - |
| HSV(B) | 62.69º | 0.9% | 0.98% | - |
| XYZ | 69.66 | 86.18 | 13.94 | - |
| YUV | 220.59 | 18.19 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 26 | 0.04 | 0 | 0.90 | 0.02 | 62.69 | 0.95 | 0.54 |
| Hex | EF | F9 | 1A | 4 | 0 | 5A | 2 | 3F | 5F | 36 |
| Octal | 357 | 371 | 32 | 4 | 0 | 132 | 2 | 77 | 137 | 66 |
| Binary | 11101111 | 11111001 | 11010 | 100 | 0 | 1011010 | 10 | 111111 | 1011111 | 110110 |
Color Harmonies of #EFF91A
Complementary color
Monochromatic Colors of #EFF91A
Black with #EFF91A
Text Example
Text Example
White with #EFF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF91A; }
p { color: rgb(239,249,26); }
H1.HeaderClassName
{
color: #EFF91A;
}
.AnyTagClassName
{
color: #EFF91A;
}
</style>
background-color css
<style>
a { background-color: #EFF91A; }
a { background-color: rgb(239,249,26); }
div.DivClassName
{
background-color: #EFF91A;
}
.BgClassName
{
background-color: #EFF91A;
}
</style>
border-color css
<style>
span { border-color: #EFF91A; }
span { border-color: rgb(239,249,26); }
td.TdClassName
{
border-color: #EFF91A;
}
.TagClassName
{
border-color: #EFF91A;
}
</style>