Shades of Lemon #EFFC23
Tints of Lemon #EFFC23
RGB
CMYK
RGB Variations
Color information
#EFFC23 (or 0xEFFC23) is known color: Lemon. HEX triplet: EF, FC and 23. RGB value is (239,252,35). Sum of RGB (Red+Green+Blue) = 239+252+35=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 35 (14.06% from 255 or 6.65% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC23 is #1003DC. Grayscale: #E0E0E0. Windows color (decimal): -1049565 or 2358511. OLE color: 2358511.
HSL color Cylindrical-coordinate representation of color #EFFC23: hue angle of 63.59º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFFC23 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 35 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.01 |
| HSL | 63.59º | 0.97% | 0.56% | - |
| HSV(B) | 63.59º | 0.86% | 0.99% | - |
| XYZ | 70.71 | 88.09 | 14.87 | - |
| YUV | 223.38 | 21.69 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 35 | 0.05 | 0 | 0.86 | 0.01 | 63.59 | 0.97 | 0.56 |
| Hex | EF | FC | 23 | 5 | 0 | 56 | 1 | 40 | 61 | 38 |
| Octal | 357 | 374 | 43 | 5 | 0 | 126 | 1 | 100 | 141 | 70 |
| Binary | 11101111 | 11111100 | 100011 | 101 | 0 | 1010110 | 1 | 1000000 | 1100001 | 111000 |
Color Harmonies of #EFFC23
Complementary color
Monochromatic Colors of #EFFC23
Black with #EFFC23
Text Example
Text Example
White with #EFFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC23; }
p { color: rgb(239,252,35); }
H1.HeaderClassName
{
color: #EFFC23;
}
.AnyTagClassName
{
color: #EFFC23;
}
</style>
background-color css
<style>
a { background-color: #EFFC23; }
a { background-color: rgb(239,252,35); }
div.DivClassName
{
background-color: #EFFC23;
}
.BgClassName
{
background-color: #EFFC23;
}
</style>
border-color css
<style>
span { border-color: #EFFC23; }
span { border-color: rgb(239,252,35); }
td.TdClassName
{
border-color: #EFFC23;
}
.TagClassName
{
border-color: #EFFC23;
}
</style>