Shades of Lemon #EFFC20
Tints of Lemon #EFFC20
RGB
CMYK
RGB Variations
Color information
#EFFC20 (or 0xEFFC20) is known color: Lemon. HEX triplet: EF, FC and 20. RGB value is (239,252,32). Sum of RGB (Red+Green+Blue) = 239+252+32=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 32 (12.89% from 255 or 6.12% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC20 is #1003DF. Grayscale: #DFDFDF. Windows color (decimal): -1049568 or 2161903. OLE color: 2161903.
HSL color Cylindrical-coordinate representation of color #EFFC20: hue angle of 63.55º 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 #EFFC20 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 32 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.01 |
| HSL | 63.55º | 0.97% | 0.56% | - |
| HSV(B) | 63.55º | 0.87% | 0.99% | - |
| XYZ | 70.67 | 88.08 | 14.64 | - |
| YUV | 223.03 | 20.19 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 32 | 0.05 | 0 | 0.87 | 0.01 | 63.55 | 0.97 | 0.56 |
| Hex | EF | FC | 20 | 5 | 0 | 57 | 1 | 40 | 61 | 38 |
| Octal | 357 | 374 | 40 | 5 | 0 | 127 | 1 | 100 | 141 | 70 |
| Binary | 11101111 | 11111100 | 100000 | 101 | 0 | 1010111 | 1 | 1000000 | 1100001 | 111000 |
Color Harmonies of #EFFC20
Complementary color
Monochromatic Colors of #EFFC20
Black with #EFFC20
Text Example
Text Example
White with #EFFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC20; }
p { color: rgb(239,252,32); }
H1.HeaderClassName
{
color: #EFFC20;
}
.AnyTagClassName
{
color: #EFFC20;
}
</style>
background-color css
<style>
a { background-color: #EFFC20; }
a { background-color: rgb(239,252,32); }
div.DivClassName
{
background-color: #EFFC20;
}
.BgClassName
{
background-color: #EFFC20;
}
</style>
border-color css
<style>
span { border-color: #EFFC20; }
span { border-color: rgb(239,252,32); }
td.TdClassName
{
border-color: #EFFC20;
}
.TagClassName
{
border-color: #EFFC20;
}
</style>