Shades of Lemon #EFF523
Tints of Lemon #EFF523
RGB
CMYK
RGB Variations
Color information
#EFF523 (or 0xEFF523) is known color: Lemon. HEX triplet: EF, F5 and 23. RGB value is (239,245,35). Sum of RGB (Red+Green+Blue) = 239+245+35=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 35 (14.06% from 255 or 6.74% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF523 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF523 is #100ADC. Grayscale: #DCDCDC. Windows color (decimal): -1051357 or 2356719. OLE color: 2356719.
HSL color Cylindrical-coordinate representation of color #EFF523: hue angle of 61.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF523 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.04 |
| HSL | 61.71º | 0.91% | 0.55% | - |
| HSV(B) | 61.71º | 0.86% | 0.96% | - |
| XYZ | 68.55 | 83.78 | 14.15 | - |
| YUV | 219.27 | 24.01 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 35 | 0.02 | 0 | 0.86 | 0.04 | 61.71 | 0.91 | 0.55 |
| Hex | EF | F5 | 23 | 2 | 0 | 56 | 4 | 3E | 5B | 37 |
| Octal | 357 | 365 | 43 | 2 | 0 | 126 | 4 | 76 | 133 | 67 |
| Binary | 11101111 | 11110101 | 100011 | 10 | 0 | 1010110 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #EFF523
Complementary color
Monochromatic Colors of #EFF523
Black with #EFF523
Text Example
Text Example
White with #EFF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF523; }
p { color: rgb(239,245,35); }
H1.HeaderClassName
{
color: #EFF523;
}
.AnyTagClassName
{
color: #EFF523;
}
</style>
background-color css
<style>
a { background-color: #EFF523; }
a { background-color: rgb(239,245,35); }
div.DivClassName
{
background-color: #EFF523;
}
.BgClassName
{
background-color: #EFF523;
}
</style>
border-color css
<style>
span { border-color: #EFF523; }
span { border-color: rgb(239,245,35); }
td.TdClassName
{
border-color: #EFF523;
}
.TagClassName
{
border-color: #EFF523;
}
</style>