Shades of Lemon #EFF207
Tints of Lemon #EFF207
RGB
CMYK
RGB Variations
Color information
#EFF207 (or 0xEFF207) is known color: Lemon. HEX triplet: EF, F2 and 07. RGB value is (239,242,7). Sum of RGB (Red+Green+Blue) = 239+242+7=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 7 (3.12% from 255 or 1.43% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF207 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF207 is #100DF8. Grayscale: #D7D7D7. Windows color (decimal): -1052153 or 520943. OLE color: 520943.
HSL color Cylindrical-coordinate representation of color #EFF207: hue angle of 60.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFF207 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 7 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.05 |
| HSL | 60.77º | 0.94% | 0.49% | - |
| HSV(B) | 60.77º | 0.97% | 0.95% | - |
| XYZ | 67.39 | 81.87 | 12.45 | - |
| YUV | 214.31 | 11.01 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 7 | 0.01 | 0 | 0.97 | 0.05 | 60.77 | 0.94 | 0.49 |
| Hex | EF | F2 | 7 | 1 | 0 | 61 | 5 | 3D | 5E | 31 |
| Octal | 357 | 362 | 7 | 1 | 0 | 141 | 5 | 75 | 136 | 61 |
| Binary | 11101111 | 11110010 | 111 | 1 | 0 | 1100001 | 101 | 111101 | 1011110 | 110001 |
Color Harmonies of #EFF207
Complementary color
Monochromatic Colors of #EFF207
Black with #EFF207
Text Example
Text Example
White with #EFF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF207; }
p { color: rgb(239,242,7); }
H1.HeaderClassName
{
color: #EFF207;
}
.AnyTagClassName
{
color: #EFF207;
}
</style>
background-color css
<style>
a { background-color: #EFF207; }
a { background-color: rgb(239,242,7); }
div.DivClassName
{
background-color: #EFF207;
}
.BgClassName
{
background-color: #EFF207;
}
</style>
border-color css
<style>
span { border-color: #EFF207; }
span { border-color: rgb(239,242,7); }
td.TdClassName
{
border-color: #EFF207;
}
.TagClassName
{
border-color: #EFF207;
}
</style>