Shades of Lemon #EFF615
Tints of Lemon #EFF615
RGB
CMYK
RGB Variations
Color information
#EFF615 (or 0xEFF615) is known color: Lemon. HEX triplet: EF, F6 and 15. RGB value is (239,246,21). Sum of RGB (Red+Green+Blue) = 239+246+21=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 21 (8.59% from 255 or 4.15% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF615 is #1009EA. Grayscale: #DBDBDB. Windows color (decimal): -1051115 or 1439471. OLE color: 1439471.
HSL color Cylindrical-coordinate representation of color #EFF615: hue angle of 61.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF615 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.04 |
| HSL | 61.87º | 0.93% | 0.52% | - |
| HSV(B) | 61.87º | 0.91% | 0.96% | - |
| XYZ | 68.69 | 84.32 | 13.36 | - |
| YUV | 218.26 | 16.68 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 21 | 0.03 | 0 | 0.91 | 0.04 | 61.87 | 0.93 | 0.52 |
| Hex | EF | F6 | 15 | 3 | 0 | 5B | 4 | 3E | 5D | 34 |
| Octal | 357 | 366 | 25 | 3 | 0 | 133 | 4 | 76 | 135 | 64 |
| Binary | 11101111 | 11110110 | 10101 | 11 | 0 | 1011011 | 100 | 111110 | 1011101 | 110100 |
Color Harmonies of #EFF615
Complementary color
Monochromatic Colors of #EFF615
Black with #EFF615
Text Example
Text Example
White with #EFF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF615; }
p { color: rgb(239,246,21); }
H1.HeaderClassName
{
color: #EFF615;
}
.AnyTagClassName
{
color: #EFF615;
}
</style>
background-color css
<style>
a { background-color: #EFF615; }
a { background-color: rgb(239,246,21); }
div.DivClassName
{
background-color: #EFF615;
}
.BgClassName
{
background-color: #EFF615;
}
</style>
border-color css
<style>
span { border-color: #EFF615; }
span { border-color: rgb(239,246,21); }
td.TdClassName
{
border-color: #EFF615;
}
.TagClassName
{
border-color: #EFF615;
}
</style>