Shades of Lemon #EFF61B
Tints of Lemon #EFF61B
RGB
CMYK
RGB Variations
Color information
#EFF61B (or 0xEFF61B) is known color: Lemon. HEX triplet: EF, F6 and 1B. RGB value is (239,246,27). Sum of RGB (Red+Green+Blue) = 239+246+27=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 27 (10.94% from 255 or 5.27% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF61B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF61B is #1009E4. Grayscale: #DBDBDB. Windows color (decimal): -1051109 or 1832687. OLE color: 1832687.
HSL color Cylindrical-coordinate representation of color #EFF61B: hue angle of 61.92º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFF61B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 27 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.04 |
| HSL | 61.92º | 0.92% | 0.54% | - |
| HSV(B) | 61.92º | 0.89% | 0.96% | - |
| XYZ | 68.75 | 84.34 | 13.69 | - |
| YUV | 218.94 | 19.68 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 27 | 0.03 | 0 | 0.89 | 0.04 | 61.92 | 0.92 | 0.54 |
| Hex | EF | F6 | 1B | 3 | 0 | 59 | 4 | 3E | 5C | 36 |
| Octal | 357 | 366 | 33 | 3 | 0 | 131 | 4 | 76 | 134 | 66 |
| Binary | 11101111 | 11110110 | 11011 | 11 | 0 | 1011001 | 100 | 111110 | 1011100 | 110110 |
Color Harmonies of #EFF61B
Complementary color
Monochromatic Colors of #EFF61B
Black with #EFF61B
Text Example
Text Example
White with #EFF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF61B; }
p { color: rgb(239,246,27); }
H1.HeaderClassName
{
color: #EFF61B;
}
.AnyTagClassName
{
color: #EFF61B;
}
</style>
background-color css
<style>
a { background-color: #EFF61B; }
a { background-color: rgb(239,246,27); }
div.DivClassName
{
background-color: #EFF61B;
}
.BgClassName
{
background-color: #EFF61B;
}
</style>
border-color css
<style>
span { border-color: #EFF61B; }
span { border-color: rgb(239,246,27); }
td.TdClassName
{
border-color: #EFF61B;
}
.TagClassName
{
border-color: #EFF61B;
}
</style>