Shades of Lemon #EFF70F
Tints of Lemon #EFF70F
RGB
CMYK
RGB Variations
Color information
#EFF70F (or 0xEFF70F) is known color: Lemon. HEX triplet: EF, F7 and 0F. RGB value is (239,247,15). Sum of RGB (Red+Green+Blue) = 239+247+15=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 15 (6.25% from 255 or 2.99% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF70F is #1008F0. Grayscale: #DBDBDB. Windows color (decimal): -1050865 or 1046511. OLE color: 1046511.
HSL color Cylindrical-coordinate representation of color #EFF70F: hue angle of 62.07º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFF70F is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 15 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.03 |
| HSL | 62.07º | 0.94% | 0.51% | - |
| HSV(B) | 62.07º | 0.94% | 0.97% | - |
| XYZ | 68.94 | 84.91 | 13.21 | - |
| YUV | 218.16 | 13.35 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 15 | 0.03 | 0 | 0.94 | 0.03 | 62.07 | 0.94 | 0.51 |
| Hex | EF | F7 | F | 3 | 0 | 5E | 3 | 3E | 5E | 33 |
| Octal | 357 | 367 | 17 | 3 | 0 | 136 | 3 | 76 | 136 | 63 |
| Binary | 11101111 | 11110111 | 1111 | 11 | 0 | 1011110 | 11 | 111110 | 1011110 | 110011 |
Color Harmonies of #EFF70F
Complementary color
Monochromatic Colors of #EFF70F
Black with #EFF70F
Text Example
Text Example
White with #EFF70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF70F; }
p { color: rgb(239,247,15); }
H1.HeaderClassName
{
color: #EFF70F;
}
.AnyTagClassName
{
color: #EFF70F;
}
</style>
background-color css
<style>
a { background-color: #EFF70F; }
a { background-color: rgb(239,247,15); }
div.DivClassName
{
background-color: #EFF70F;
}
.BgClassName
{
background-color: #EFF70F;
}
</style>
border-color css
<style>
span { border-color: #EFF70F; }
span { border-color: rgb(239,247,15); }
td.TdClassName
{
border-color: #EFF70F;
}
.TagClassName
{
border-color: #EFF70F;
}
</style>