Shades of Lemon #EFF21C
Tints of Lemon #EFF21C
RGB
CMYK
RGB Variations
Color information
#EFF21C (or 0xEFF21C) is known color: Lemon. HEX triplet: EF, F2 and 1C. RGB value is (239,242,28). Sum of RGB (Red+Green+Blue) = 239+242+28=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF21C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF21C is #100DE3. Grayscale: #D9D9D9. Windows color (decimal): -1052132 or 1897199. OLE color: 1897199.
HSL color Cylindrical-coordinate representation of color #EFF21C: hue angle of 60.84º degrees, saturation: 0.89, 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 #EFF21C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 28 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.05 |
| HSL | 60.84º | 0.89% | 0.53% | - |
| HSV(B) | 60.84º | 0.88% | 0.95% | - |
| XYZ | 67.56 | 81.94 | 13.35 | - |
| YUV | 216.71 | 21.51 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 28 | 0.01 | 0 | 0.88 | 0.05 | 60.84 | 0.89 | 0.53 |
| Hex | EF | F2 | 1C | 1 | 0 | 58 | 5 | 3D | 59 | 35 |
| Octal | 357 | 362 | 34 | 1 | 0 | 130 | 5 | 75 | 131 | 65 |
| Binary | 11101111 | 11110010 | 11100 | 1 | 0 | 1011000 | 101 | 111101 | 1011001 | 110101 |
Color Harmonies of #EFF21C
Complementary color
Monochromatic Colors of #EFF21C
Black with #EFF21C
Text Example
Text Example
White with #EFF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF21C; }
p { color: rgb(239,242,28); }
H1.HeaderClassName
{
color: #EFF21C;
}
.AnyTagClassName
{
color: #EFF21C;
}
</style>
background-color css
<style>
a { background-color: #EFF21C; }
a { background-color: rgb(239,242,28); }
div.DivClassName
{
background-color: #EFF21C;
}
.BgClassName
{
background-color: #EFF21C;
}
</style>
border-color css
<style>
span { border-color: #EFF21C; }
span { border-color: rgb(239,242,28); }
td.TdClassName
{
border-color: #EFF21C;
}
.TagClassName
{
border-color: #EFF21C;
}
</style>