Shades of Lemon #EFF815
Tints of Lemon #EFF815
RGB
CMYK
RGB Variations
Color information
#EFF815 (or 0xEFF815) is known color: Lemon. HEX triplet: EF, F8 and 15. RGB value is (239,248,21). Sum of RGB (Red+Green+Blue) = 239+248+21=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 21 (8.59% from 255 or 4.13% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF815 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF815 is #1007EA. Grayscale: #DCDCDC. Windows color (decimal): -1050603 or 1439983. OLE color: 1439983.
HSL color Cylindrical-coordinate representation of color #EFF815: hue angle of 62.38º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFF815 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 21 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.03 |
| HSL | 62.38º | 0.94% | 0.53% | - |
| HSV(B) | 62.38º | 0.92% | 0.97% | - |
| XYZ | 69.3 | 85.54 | 13.57 | - |
| YUV | 219.43 | 16.02 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 21 | 0.04 | 0 | 0.92 | 0.03 | 62.38 | 0.94 | 0.53 |
| Hex | EF | F8 | 15 | 4 | 0 | 5C | 3 | 3E | 5E | 35 |
| Octal | 357 | 370 | 25 | 4 | 0 | 134 | 3 | 76 | 136 | 65 |
| Binary | 11101111 | 11111000 | 10101 | 100 | 0 | 1011100 | 11 | 111110 | 1011110 | 110101 |
Color Harmonies of #EFF815
Complementary color
Monochromatic Colors of #EFF815
Black with #EFF815
Text Example
Text Example
White with #EFF815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF815; }
p { color: rgb(239,248,21); }
H1.HeaderClassName
{
color: #EFF815;
}
.AnyTagClassName
{
color: #EFF815;
}
</style>
background-color css
<style>
a { background-color: #EFF815; }
a { background-color: rgb(239,248,21); }
div.DivClassName
{
background-color: #EFF815;
}
.BgClassName
{
background-color: #EFF815;
}
</style>
border-color css
<style>
span { border-color: #EFF815; }
span { border-color: rgb(239,248,21); }
td.TdClassName
{
border-color: #EFF815;
}
.TagClassName
{
border-color: #EFF815;
}
</style>