Shades of Lemon #EFFC25
Tints of Lemon #EFFC25
RGB
CMYK
RGB Variations
Color information
#EFFC25 (or 0xEFFC25) is known color: Lemon. HEX triplet: EF, FC and 25. RGB value is (239,252,37). Sum of RGB (Red+Green+Blue) = 239+252+37=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 37 (14.84% from 255 or 7.01% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC25 is #1003DA. Grayscale: #E0E0E0. Windows color (decimal): -1049563 or 2489583. OLE color: 2489583.
HSL color Cylindrical-coordinate representation of color #EFFC25: hue angle of 63.63º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFFC25 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 37 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.01 |
| HSL | 63.63º | 0.97% | 0.57% | - |
| HSV(B) | 63.63º | 0.85% | 0.99% | - |
| XYZ | 70.74 | 88.11 | 15.03 | - |
| YUV | 223.6 | 22.69 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 37 | 0.05 | 0 | 0.85 | 0.01 | 63.63 | 0.97 | 0.57 |
| Hex | EF | FC | 25 | 5 | 0 | 55 | 1 | 40 | 61 | 39 |
| Octal | 357 | 374 | 45 | 5 | 0 | 125 | 1 | 100 | 141 | 71 |
| Binary | 11101111 | 11111100 | 100101 | 101 | 0 | 1010101 | 1 | 1000000 | 1100001 | 111001 |
Color Harmonies of #EFFC25
Complementary color
Monochromatic Colors of #EFFC25
Black with #EFFC25
Text Example
Text Example
White with #EFFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC25; }
p { color: rgb(239,252,37); }
H1.HeaderClassName
{
color: #EFFC25;
}
.AnyTagClassName
{
color: #EFFC25;
}
</style>
background-color css
<style>
a { background-color: #EFFC25; }
a { background-color: rgb(239,252,37); }
div.DivClassName
{
background-color: #EFFC25;
}
.BgClassName
{
background-color: #EFFC25;
}
</style>
border-color css
<style>
span { border-color: #EFFC25; }
span { border-color: rgb(239,252,37); }
td.TdClassName
{
border-color: #EFFC25;
}
.TagClassName
{
border-color: #EFFC25;
}
</style>