Shades of Lemon #EFFC15
Tints of Lemon #EFFC15
RGB
CMYK
RGB Variations
Color information
#EFFC15 (or 0xEFFC15) is known color: Lemon. HEX triplet: EF, FC and 15. RGB value is (239,252,21). Sum of RGB (Red+Green+Blue) = 239+252+21=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC15 is #1003EA. Grayscale: #DEDEDE. Windows color (decimal): -1049579 or 1441007. OLE color: 1441007.
HSL color Cylindrical-coordinate representation of color #EFFC15: hue angle of 63.38º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFFC15 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 21 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.01 |
| HSL | 63.38º | 0.97% | 0.54% | - |
| HSV(B) | 63.38º | 0.92% | 0.99% | - |
| XYZ | 70.54 | 88.03 | 13.98 | - |
| YUV | 221.78 | 14.69 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 21 | 0.05 | 0 | 0.92 | 0.01 | 63.38 | 0.97 | 0.54 |
| Hex | EF | FC | 15 | 5 | 0 | 5C | 1 | 3F | 61 | 36 |
| Octal | 357 | 374 | 25 | 5 | 0 | 134 | 1 | 77 | 141 | 66 |
| Binary | 11101111 | 11111100 | 10101 | 101 | 0 | 1011100 | 1 | 111111 | 1100001 | 110110 |
Color Harmonies of #EFFC15
Complementary color
Monochromatic Colors of #EFFC15
Black with #EFFC15
Text Example
Text Example
White with #EFFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC15; }
p { color: rgb(239,252,21); }
H1.HeaderClassName
{
color: #EFFC15;
}
.AnyTagClassName
{
color: #EFFC15;
}
</style>
background-color css
<style>
a { background-color: #EFFC15; }
a { background-color: rgb(239,252,21); }
div.DivClassName
{
background-color: #EFFC15;
}
.BgClassName
{
background-color: #EFFC15;
}
</style>
border-color css
<style>
span { border-color: #EFFC15; }
span { border-color: rgb(239,252,21); }
td.TdClassName
{
border-color: #EFFC15;
}
.TagClassName
{
border-color: #EFFC15;
}
</style>