Shades of Lemon #EFFC21
Tints of Lemon #EFFC21
RGB
CMYK
RGB Variations
Color information
#EFFC21 (or 0xEFFC21) is known color: Lemon. HEX triplet: EF, FC and 21. RGB value is (239,252,33). Sum of RGB (Red+Green+Blue) = 239+252+33=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 33 (13.28% from 255 or 6.30% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC21 is #1003DE. Grayscale: #E0E0E0. Windows color (decimal): -1049567 or 2227439. OLE color: 2227439.
HSL color Cylindrical-coordinate representation of color #EFFC21: hue angle of 63.56º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFFC21 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 33 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.01 |
| HSL | 63.56º | 0.97% | 0.56% | - |
| HSV(B) | 63.56º | 0.87% | 0.99% | - |
| XYZ | 70.68 | 88.08 | 14.71 | - |
| YUV | 223.15 | 20.69 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 33 | 0.05 | 0 | 0.87 | 0.01 | 63.56 | 0.97 | 0.56 |
| Hex | EF | FC | 21 | 5 | 0 | 57 | 1 | 40 | 61 | 38 |
| Octal | 357 | 374 | 41 | 5 | 0 | 127 | 1 | 100 | 141 | 70 |
| Binary | 11101111 | 11111100 | 100001 | 101 | 0 | 1010111 | 1 | 1000000 | 1100001 | 111000 |
Color Harmonies of #EFFC21
Complementary color
Monochromatic Colors of #EFFC21
Black with #EFFC21
Text Example
Text Example
White with #EFFC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC21; }
p { color: rgb(239,252,33); }
H1.HeaderClassName
{
color: #EFFC21;
}
.AnyTagClassName
{
color: #EFFC21;
}
</style>
background-color css
<style>
a { background-color: #EFFC21; }
a { background-color: rgb(239,252,33); }
div.DivClassName
{
background-color: #EFFC21;
}
.BgClassName
{
background-color: #EFFC21;
}
</style>
border-color css
<style>
span { border-color: #EFFC21; }
span { border-color: rgb(239,252,33); }
td.TdClassName
{
border-color: #EFFC21;
}
.TagClassName
{
border-color: #EFFC21;
}
</style>