Shades of Lemon #EFF614
Tints of Lemon #EFF614
RGB
CMYK
RGB Variations
Color information
#EFF614 (or 0xEFF614) is known color: Lemon. HEX triplet: EF, F6 and 14. RGB value is (239,246,20). Sum of RGB (Red+Green+Blue) = 239+246+20=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF614 is #1009EB. Grayscale: #DBDBDB. Windows color (decimal): -1051116 or 1373935. OLE color: 1373935.
HSL color Cylindrical-coordinate representation of color #EFF614: hue angle of 61.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFF614 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 20 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.04 |
| HSL | 61.86º | 0.93% | 0.52% | - |
| HSV(B) | 61.86º | 0.92% | 0.96% | - |
| XYZ | 68.68 | 84.31 | 13.32 | - |
| YUV | 218.14 | 16.18 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 20 | 0.03 | 0 | 0.92 | 0.04 | 61.86 | 0.93 | 0.52 |
| Hex | EF | F6 | 14 | 3 | 0 | 5C | 4 | 3E | 5D | 34 |
| Octal | 357 | 366 | 24 | 3 | 0 | 134 | 4 | 76 | 135 | 64 |
| Binary | 11101111 | 11110110 | 10100 | 11 | 0 | 1011100 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #EFF614
Complementary color
Monochromatic Colors of #EFF614
Black with #EFF614
Text Example
Text Example
White with #EFF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF614; }
p { color: rgb(239,246,20); }
H1.HeaderClassName
{
color: #EFF614;
}
.AnyTagClassName
{
color: #EFF614;
}
</style>
background-color css
<style>
a { background-color: #EFF614; }
a { background-color: rgb(239,246,20); }
div.DivClassName
{
background-color: #EFF614;
}
.BgClassName
{
background-color: #EFF614;
}
</style>
border-color css
<style>
span { border-color: #EFF614; }
span { border-color: rgb(239,246,20); }
td.TdClassName
{
border-color: #EFF614;
}
.TagClassName
{
border-color: #EFF614;
}
</style>