Shades of Lemon #EFF823
Tints of Lemon #EFF823
RGB
CMYK
RGB Variations
Color information
#EFF823 (or 0xEFF823) is known color: Lemon. HEX triplet: EF, F8 and 23. RGB value is (239,248,35). Sum of RGB (Red+Green+Blue) = 239+248+35=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 35 (14.06% from 255 or 6.70% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF823 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF823 is #1007DC. Grayscale: #DDDDDD. Windows color (decimal): -1050589 or 2357487. OLE color: 2357487.
HSL color Cylindrical-coordinate representation of color #EFF823: hue angle of 62.54º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF823 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 35 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.03 |
| HSL | 62.54º | 0.94% | 0.55% | - |
| HSV(B) | 62.54º | 0.86% | 0.97% | - |
| XYZ | 69.47 | 85.61 | 14.45 | - |
| YUV | 221.03 | 23.02 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 35 | 0.04 | 0 | 0.86 | 0.03 | 62.54 | 0.94 | 0.55 |
| Hex | EF | F8 | 23 | 4 | 0 | 56 | 3 | 3F | 5E | 37 |
| Octal | 357 | 370 | 43 | 4 | 0 | 126 | 3 | 77 | 136 | 67 |
| Binary | 11101111 | 11111000 | 100011 | 100 | 0 | 1010110 | 11 | 111111 | 1011110 | 110111 |
Color Harmonies of #EFF823
Complementary color
Monochromatic Colors of #EFF823
Black with #EFF823
Text Example
Text Example
White with #EFF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF823; }
p { color: rgb(239,248,35); }
H1.HeaderClassName
{
color: #EFF823;
}
.AnyTagClassName
{
color: #EFF823;
}
</style>
background-color css
<style>
a { background-color: #EFF823; }
a { background-color: rgb(239,248,35); }
div.DivClassName
{
background-color: #EFF823;
}
.BgClassName
{
background-color: #EFF823;
}
</style>
border-color css
<style>
span { border-color: #EFF823; }
span { border-color: rgb(239,248,35); }
td.TdClassName
{
border-color: #EFF823;
}
.TagClassName
{
border-color: #EFF823;
}
</style>