Shades of Lemon #EFFC16
Tints of Lemon #EFFC16
RGB
CMYK
RGB Variations
Color information
#EFFC16 (or 0xEFFC16) is known color: Lemon. HEX triplet: EF, FC and 16. RGB value is (239,252,22). Sum of RGB (Red+Green+Blue) = 239+252+22=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 22 (8.98% from 255 or 4.29% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC16 is #1003E9. Grayscale: #DEDEDE. Windows color (decimal): -1049578 or 1506543. OLE color: 1506543.
HSL color Cylindrical-coordinate representation of color #EFFC16: hue angle of 63.39º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFFC16 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 22 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.01 |
| HSL | 63.39º | 0.97% | 0.54% | - |
| HSV(B) | 63.39º | 0.91% | 0.99% | - |
| XYZ | 70.55 | 88.03 | 14.03 | - |
| YUV | 221.89 | 15.19 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 22 | 0.05 | 0 | 0.91 | 0.01 | 63.39 | 0.97 | 0.54 |
| Hex | EF | FC | 16 | 5 | 0 | 5B | 1 | 3F | 61 | 36 |
| Octal | 357 | 374 | 26 | 5 | 0 | 133 | 1 | 77 | 141 | 66 |
| Binary | 11101111 | 11111100 | 10110 | 101 | 0 | 1011011 | 1 | 111111 | 1100001 | 110110 |
Color Harmonies of #EFFC16
Complementary color
Monochromatic Colors of #EFFC16
Black with #EFFC16
Text Example
Text Example
White with #EFFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC16; }
p { color: rgb(239,252,22); }
H1.HeaderClassName
{
color: #EFFC16;
}
.AnyTagClassName
{
color: #EFFC16;
}
</style>
background-color css
<style>
a { background-color: #EFFC16; }
a { background-color: rgb(239,252,22); }
div.DivClassName
{
background-color: #EFFC16;
}
.BgClassName
{
background-color: #EFFC16;
}
</style>
border-color css
<style>
span { border-color: #EFFC16; }
span { border-color: rgb(239,252,22); }
td.TdClassName
{
border-color: #EFFC16;
}
.TagClassName
{
border-color: #EFFC16;
}
</style>