Shades of Lemon #EFF715
Tints of Lemon #EFF715
RGB
CMYK
RGB Variations
Color information
#EFF715 (or 0xEFF715) is known color: Lemon. HEX triplet: EF, F7 and 15. RGB value is (239,247,21). Sum of RGB (Red+Green+Blue) = 239+247+21=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF715 is #1008EA. Grayscale: #DBDBDB. Windows color (decimal): -1050859 or 1439727. OLE color: 1439727.
HSL color Cylindrical-coordinate representation of color #EFF715: hue angle of 62.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFF715 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 21 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.03 |
| HSL | 62.12º | 0.93% | 0.53% | - |
| HSV(B) | 62.12º | 0.91% | 0.97% | - |
| XYZ | 68.99 | 84.93 | 13.47 | - |
| YUV | 218.84 | 16.35 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 21 | 0.03 | 0 | 0.91 | 0.03 | 62.12 | 0.93 | 0.53 |
| Hex | EF | F7 | 15 | 3 | 0 | 5B | 3 | 3E | 5D | 35 |
| Octal | 357 | 367 | 25 | 3 | 0 | 133 | 3 | 76 | 135 | 65 |
| Binary | 11101111 | 11110111 | 10101 | 11 | 0 | 1011011 | 11 | 111110 | 1011101 | 110101 |
Color Harmonies of #EFF715
Complementary color
Monochromatic Colors of #EFF715
Black with #EFF715
Text Example
Text Example
White with #EFF715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF715; }
p { color: rgb(239,247,21); }
H1.HeaderClassName
{
color: #EFF715;
}
.AnyTagClassName
{
color: #EFF715;
}
</style>
background-color css
<style>
a { background-color: #EFF715; }
a { background-color: rgb(239,247,21); }
div.DivClassName
{
background-color: #EFF715;
}
.BgClassName
{
background-color: #EFF715;
}
</style>
border-color css
<style>
span { border-color: #EFF715; }
span { border-color: rgb(239,247,21); }
td.TdClassName
{
border-color: #EFF715;
}
.TagClassName
{
border-color: #EFF715;
}
</style>